Shades of Prim #DCCCCE
Tints of Prim #DCCCCE
RGB
CMYK
RGB Variations
Color information
#DCCCCE (or 0xDCCCCE) is known color: Prim. HEX triplet: DC, CC and CE. RGB value is (220,204,206). Sum of RGB (Red+Green+Blue) = 220+204+206=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCE is #233331. Grayscale: #D1D1D1. Windows color (decimal): -2306866 or 13552860. OLE color: 13552860.
HSL color Cylindrical-coordinate representation of color #DCCCCE: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCCE is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 206 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.14 |
| HSL | 352.5º | 0.19% | 0.83% | - |
| HSV(B) | 352.5º | 0.07% | 0.86% | - |
| XYZ | 62.25 | 62.86 | 67.24 | - |
| YUV | 209.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 206 | 0 | 0.07 | 0.06 | 0.14 | 352.5 | 0.19 | 0.83 |
| Hex | DC | CC | CE | 0 | 7 | 6 | E | 160 | 13 | 53 |
| Octal | 334 | 314 | 316 | 0 | 7 | 6 | 16 | 540 | 23 | 123 |
| Binary | 11011100 | 11001100 | 11001110 | 0 | 111 | 110 | 1110 | 101100000 | 10011 | 1010011 |
Color Harmonies of #DCCCCE
Complementary color
Monochromatic Colors of #DCCCCE
Black with #DCCCCE
Text Example
Text Example
White with #DCCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCCE; }
p { color: rgb(220,204,206); }
H1.HeaderClassName
{
color: #DCCCCE;
}
.AnyTagClassName
{
color: #DCCCCE;
}
</style>
background-color css
<style>
a { background-color: #DCCCCE; }
a { background-color: rgb(220,204,206); }
div.DivClassName
{
background-color: #DCCCCE;
}
.BgClassName
{
background-color: #DCCCCE;
}
</style>
border-color css
<style>
span { border-color: #DCCCCE; }
span { border-color: rgb(220,204,206); }
td.TdClassName
{
border-color: #DCCCCE;
}
.TagClassName
{
border-color: #DCCCCE;
}
</style>