#dfdfdf color RGB value is (223,223,223)
#dfdfdf color CMYK value
#dfdfdf color HSL value
HSV(or HSB) | 0° | 0 | 87.5 |
XYZ | 70.138 | 73.791 | 80.358 |
Yxy | 0.313 | 0.329 | 73.791 |
LAB | 88.824 | 0.005 | -0.009 |
LUV | 88.824 | 0.001 | -0.015 |
Hunter-LAB | 85.902 | -4.584 | 4.667 |
CIE-LCH | 88.824 | 0.011 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | DF | DF | DF |
Decimal | 223 | 223 | 223 |
Octal | 337 | 337 | 337 |
Binary | 11011111 | 11011111 | 11011111 |
Below, you can see some colors close to #dfdfdf. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #dfdfdf.
<span style="color:#dfdfdf">Text here</span>
This paragraph has a background color of #dfdfdf.
<p style="background-color:#dfdfdf;">Content here</p>
This element has a border color of #dfdfdf.
<div style="border:1px #dfdfdf;">Content here</div>
.text {color:#dfdfdf;}
.background {background-color:#dfdfdf;}
.border {border:1px solid #dfdfdf;}
.text-shadow {border:1px solid #dfdfdf;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0a0a0a is the darkest color, while #ffffff is the lightest one.