Shades of Prim #DCCACE
Tints of Prim #DCCACE
RGB
CMYK
RGB Variations
Color information
#DCCACE (or 0xDCCACE) is known color: Prim. HEX triplet: DC, CA and CE. RGB value is (220,202,206). Sum of RGB (Red+Green+Blue) = 220+202+206=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCACE is #233531. Grayscale: #CFCFCF. Windows color (decimal): -2307378 or 13552348. OLE color: 13552348.
HSL color Cylindrical-coordinate representation of color #DCCACE: hue angle of 346.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCACE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 206 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.14 |
| HSL | 346.67º | 0.2% | 0.83% | - |
| HSV(B) | 346.67º | 0.08% | 0.86% | - |
| XYZ | 61.78 | 61.91 | 67.09 | - |
| YUV | 207.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 206 | 0 | 0.08 | 0.06 | 0.14 | 346.67 | 0.2 | 0.83 |
| Hex | DC | CA | CE | 0 | 8 | 6 | E | 15B | 14 | 53 |
| Octal | 334 | 312 | 316 | 0 | 10 | 6 | 16 | 533 | 24 | 123 |
| Binary | 11011100 | 11001010 | 11001110 | 0 | 1000 | 110 | 1110 | 101011011 | 10100 | 1010011 |
Color Harmonies of #DCCACE
Complementary color
Monochromatic Colors of #DCCACE
Black with #DCCACE
Text Example
Text Example
White with #DCCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCACE; }
p { color: rgb(220,202,206); }
H1.HeaderClassName
{
color: #DCCACE;
}
.AnyTagClassName
{
color: #DCCACE;
}
</style>
background-color css
<style>
a { background-color: #DCCACE; }
a { background-color: rgb(220,202,206); }
div.DivClassName
{
background-color: #DCCACE;
}
.BgClassName
{
background-color: #DCCACE;
}
</style>
border-color css
<style>
span { border-color: #DCCACE; }
span { border-color: rgb(220,202,206); }
td.TdClassName
{
border-color: #DCCACE;
}
.TagClassName
{
border-color: #DCCACE;
}
</style>