Shades of Prim #DED2DA
Tints of Prim #DED2DA
RGB
CMYK
RGB Variations
Color information
#DED2DA (or 0xDED2DA) is known color: Prim. HEX triplet: DE, D2 and DA. RGB value is (222,210,218). Sum of RGB (Red+Green+Blue) = 222+210+218=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2DA is #212D25. Grayscale: #D6D6D6. Windows color (decimal): -2174246 or 14340830. OLE color: 14340830.
HSL color Cylindrical-coordinate representation of color #DED2DA: hue angle of 320º degrees, saturation: 0.15, 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 #DED2DA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 218 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.13 |
| HSL | 320º | 0.15% | 0.85% | - |
| HSV(B) | 320º | 0.05% | 0.87% | - |
| XYZ | 65.83 | 66.68 | 75.73 | - |
| YUV | 214.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 218 | 0 | 0.05 | 0.02 | 0.13 | 320 | 0.15 | 0.85 |
| Hex | DE | D2 | DA | 0 | 5 | 2 | D | 140 | F | 55 |
| Octal | 336 | 322 | 332 | 0 | 5 | 2 | 15 | 500 | 17 | 125 |
| Binary | 11011110 | 11010010 | 11011010 | 0 | 101 | 10 | 1101 | 101000000 | 1111 | 1010101 |
Color Harmonies of #DED2DA
Complementary color
Monochromatic Colors of #DED2DA
Black with #DED2DA
Text Example
Text Example
White with #DED2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2DA; }
p { color: rgb(222,210,218); }
H1.HeaderClassName
{
color: #DED2DA;
}
.AnyTagClassName
{
color: #DED2DA;
}
</style>
background-color css
<style>
a { background-color: #DED2DA; }
a { background-color: rgb(222,210,218); }
div.DivClassName
{
background-color: #DED2DA;
}
.BgClassName
{
background-color: #DED2DA;
}
</style>
border-color css
<style>
span { border-color: #DED2DA; }
span { border-color: rgb(222,210,218); }
td.TdClassName
{
border-color: #DED2DA;
}
.TagClassName
{
border-color: #DED2DA;
}
</style>