Shades of Prim #DECCD0
Tints of Prim #DECCD0
RGB
CMYK
RGB Variations
Color information
#DECCD0 (or 0xDECCD0) is known color: Prim. HEX triplet: DE, CC and D0. RGB value is (222,204,208). Sum of RGB (Red+Green+Blue) = 222+204+208=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCD0 is #21332F. Grayscale: #D1D1D1. Windows color (decimal): -2175792 or 13683934. OLE color: 13683934.
HSL color Cylindrical-coordinate representation of color #DECCD0: hue angle of 346.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCD0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 204 | 208 | - |
CMYK | 0 | 0.08 | 0.06 | 0.13 |
HSL | 346.67º | 0.21% | 0.84% | - |
HSV(B) | 346.67º | 0.08% | 0.87% | - |
XYZ | 63.1 | 63.27 | 68.56 | - |
YUV | 209.84 | 126.96 | 136.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 204 | 208 | 0 | 0.08 | 0.06 | 0.13 | 346.67 | 0.21 | 0.84 |
Hex | DE | CC | D0 | 0 | 8 | 6 | D | 15B | 15 | 54 |
Octal | 336 | 314 | 320 | 0 | 10 | 6 | 15 | 533 | 25 | 124 |
Binary | 11011110 | 11001100 | 11010000 | 0 | 1000 | 110 | 1101 | 101011011 | 10101 | 1010100 |
Color Harmonies of #DECCD0
Complementary color
Monochromatic Colors of #DECCD0
Black with #DECCD0
Text Example
Text Example
White with #DECCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCD0; }
p { color: rgb(222,204,208); }
H1.HeaderClassName
{
color: #DECCD0;
}
.AnyTagClassName
{
color: #DECCD0;
}
</style>
background-color css
<style>
a { background-color: #DECCD0; }
a { background-color: rgb(222,204,208); }
div.DivClassName
{
background-color: #DECCD0;
}
.BgClassName
{
background-color: #DECCD0;
}
</style>
border-color css
<style>
span { border-color: #DECCD0; }
span { border-color: rgb(222,204,208); }
td.TdClassName
{
border-color: #DECCD0;
}
.TagClassName
{
border-color: #DECCD0;
}
</style>