Shades of Prim #DED9DC
Tints of Prim #DED9DC
RGB
CMYK
RGB Variations
Color information
#DED9DC (or 0xDED9DC) is known color: Prim. HEX triplet: DE, D9 and DC. RGB value is (222,217,220). Sum of RGB (Red+Green+Blue) = 222+217+220=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9DC is #212623. Grayscale: #DADADA. Windows color (decimal): -2172452 or 14473694. OLE color: 14473694.
HSL color Cylindrical-coordinate representation of color #DED9DC: hue angle of 324º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DED9DC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 217 | 220 | - |
CMYK | 0 | 0.02 | 0.01 | 0.13 |
HSL | 324º | 0.07% | 0.86% | - |
HSV(B) | 324º | 0.02% | 0.87% | - |
XYZ | 67.86 | 70.32 | 77.71 | - |
YUV | 218.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 220 | 0 | 0.02 | 0.01 | 0.13 | 324 | 0.07 | 0.86 |
Hex | DE | D9 | DC | 0 | 2 | 1 | D | 144 | 7 | 56 |
Octal | 336 | 331 | 334 | 0 | 2 | 1 | 15 | 504 | 7 | 126 |
Binary | 11011110 | 11011001 | 11011100 | 0 | 10 | 1 | 1101 | 101000100 | 111 | 1010110 |
Color Harmonies of #DED9DC
Complementary color
Monochromatic Colors of #DED9DC
Black with #DED9DC
Text Example
Text Example
White with #DED9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9DC; }
p { color: rgb(222,217,220); }
H1.HeaderClassName
{
color: #DED9DC;
}
.AnyTagClassName
{
color: #DED9DC;
}
</style>
background-color css
<style>
a { background-color: #DED9DC; }
a { background-color: rgb(222,217,220); }
div.DivClassName
{
background-color: #DED9DC;
}
.BgClassName
{
background-color: #DED9DC;
}
</style>
border-color css
<style>
span { border-color: #DED9DC; }
span { border-color: rgb(222,217,220); }
td.TdClassName
{
border-color: #DED9DC;
}
.TagClassName
{
border-color: #DED9DC;
}
</style>