Shades of Prim #DECAD4
Tints of Prim #DECAD4
RGB
CMYK
RGB Variations
Color information
#DECAD4 (or 0xDECAD4) is known color: Prim. HEX triplet: DE, CA and D4. RGB value is (222,202,212). Sum of RGB (Red+Green+Blue) = 222+202+212=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAD4 is #21352B. Grayscale: #D1D1D1. Windows color (decimal): -2176300 or 13945566. OLE color: 13945566.
HSL color Cylindrical-coordinate representation of color #DECAD4: hue angle of 330º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECAD4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 202 | 212 | - |
CMYK | 0 | 0.09 | 0.05 | 0.13 |
HSL | 330º | 0.23% | 0.83% | - |
HSV(B) | 330º | 0.09% | 0.87% | - |
XYZ | 63.13 | 62.52 | 71.03 | - |
YUV | 209.12 | 129.63 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 202 | 212 | 0 | 0.09 | 0.05 | 0.13 | 330 | 0.23 | 0.83 |
Hex | DE | CA | D4 | 0 | 9 | 5 | D | 14A | 17 | 53 |
Octal | 336 | 312 | 324 | 0 | 11 | 5 | 15 | 512 | 27 | 123 |
Binary | 11011110 | 11001010 | 11010100 | 0 | 1001 | 101 | 1101 | 101001010 | 10111 | 1010011 |
Color Harmonies of #DECAD4
Complementary color
Monochromatic Colors of #DECAD4
Black with #DECAD4
Text Example
Text Example
White with #DECAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAD4; }
p { color: rgb(222,202,212); }
H1.HeaderClassName
{
color: #DECAD4;
}
.AnyTagClassName
{
color: #DECAD4;
}
</style>
background-color css
<style>
a { background-color: #DECAD4; }
a { background-color: rgb(222,202,212); }
div.DivClassName
{
background-color: #DECAD4;
}
.BgClassName
{
background-color: #DECAD4;
}
</style>
border-color css
<style>
span { border-color: #DECAD4; }
span { border-color: rgb(222,202,212); }
td.TdClassName
{
border-color: #DECAD4;
}
.TagClassName
{
border-color: #DECAD4;
}
</style>