Shades of Prim #DED4DA
Tints of Prim #DED4DA
RGB
CMYK
RGB Variations
Color information
#DED4DA (or 0xDED4DA) is known color: Prim. HEX triplet: DE, D4 and DA. RGB value is (222,212,218). Sum of RGB (Red+Green+Blue) = 222+212+218=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4DA is #212B25. Grayscale: #D7D7D7. Windows color (decimal): -2173734 or 14341342. OLE color: 14341342.
HSL color Cylindrical-coordinate representation of color #DED4DA: hue angle of 324º degrees, saturation: 0.13, 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 #DED4DA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 212 | 218 | - |
CMYK | 0 | 0.05 | 0.02 | 0.13 |
HSL | 324º | 0.13% | 0.85% | - |
HSV(B) | 324º | 0.05% | 0.87% | - |
XYZ | 66.32 | 67.68 | 75.9 | - |
YUV | 215.67 | 129.31 | 132.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 218 | 0 | 0.05 | 0.02 | 0.13 | 324 | 0.13 | 0.85 |
Hex | DE | D4 | DA | 0 | 5 | 2 | D | 144 | D | 55 |
Octal | 336 | 324 | 332 | 0 | 5 | 2 | 15 | 504 | 15 | 125 |
Binary | 11011110 | 11010100 | 11011010 | 0 | 101 | 10 | 1101 | 101000100 | 1101 | 1010101 |
Color Harmonies of #DED4DA
Complementary color
Monochromatic Colors of #DED4DA
Black with #DED4DA
Text Example
Text Example
White with #DED4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4DA; }
p { color: rgb(222,212,218); }
H1.HeaderClassName
{
color: #DED4DA;
}
.AnyTagClassName
{
color: #DED4DA;
}
</style>
background-color css
<style>
a { background-color: #DED4DA; }
a { background-color: rgb(222,212,218); }
div.DivClassName
{
background-color: #DED4DA;
}
.BgClassName
{
background-color: #DED4DA;
}
</style>
border-color css
<style>
span { border-color: #DED4DA; }
span { border-color: rgb(222,212,218); }
td.TdClassName
{
border-color: #DED4DA;
}
.TagClassName
{
border-color: #DED4DA;
}
</style>