Shades of Light Grey #DED4D3
Tints of Light Grey #DED4D3
RGB
CMYK
RGB Variations
Color information
#DED4D3 (or 0xDED4D3) is known color: Light Grey. HEX triplet: DE, D4 and D3. RGB value is (222,212,211). Sum of RGB (Red+Green+Blue) = 222+212+211=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4D3 is #212B2C. Grayscale: #D6D6D6. Windows color (decimal): -2173741 or 13882590. OLE color: 13882590.
HSL color Cylindrical-coordinate representation of color #DED4D3: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED4D3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 212 | 211 | - |
CMYK | 0 | 0.05 | 0.05 | 0.13 |
HSL | 5.45º | 0.14% | 0.85% | - |
HSV(B) | 5.45º | 0.05% | 0.87% | - |
XYZ | 65.43 | 67.32 | 71.17 | - |
YUV | 214.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 211 | 0 | 0.05 | 0.05 | 0.13 | 5.45 | 0.14 | 0.85 |
Hex | DE | D4 | D3 | 0 | 5 | 5 | D | 5 | E | 55 |
Octal | 336 | 324 | 323 | 0 | 5 | 5 | 15 | 5 | 16 | 125 |
Binary | 11011110 | 11010100 | 11010011 | 0 | 101 | 101 | 1101 | 101 | 1110 | 1010101 |
Color Harmonies of #DED4D3
Complementary color
Monochromatic Colors of #DED4D3
Black with #DED4D3
Text Example
Text Example
White with #DED4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4D3; }
p { color: rgb(222,212,211); }
H1.HeaderClassName
{
color: #DED4D3;
}
.AnyTagClassName
{
color: #DED4D3;
}
</style>
background-color css
<style>
a { background-color: #DED4D3; }
a { background-color: rgb(222,212,211); }
div.DivClassName
{
background-color: #DED4D3;
}
.BgClassName
{
background-color: #DED4D3;
}
</style>
border-color css
<style>
span { border-color: #DED4D3; }
span { border-color: rgb(222,212,211); }
td.TdClassName
{
border-color: #DED4D3;
}
.TagClassName
{
border-color: #DED4D3;
}
</style>