Shades of Prim #DCC8CE
Tints of Prim #DCC8CE
RGB
CMYK
RGB Variations
Color information
#DCC8CE (or 0xDCC8CE) is known color: Prim. HEX triplet: DC, C8 and CE. RGB value is (220,200,206). Sum of RGB (Red+Green+Blue) = 220+200+206=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8CE is #233731. Grayscale: #CECECE. Windows color (decimal): -2307890 or 13551836. OLE color: 13551836.
HSL color Cylindrical-coordinate representation of color #DCC8CE: hue angle of 342º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8CE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 206 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.14 |
| HSL | 342º | 0.22% | 0.82% | - |
| HSV(B) | 342º | 0.09% | 0.86% | - |
| XYZ | 61.31 | 60.98 | 66.93 | - |
| YUV | 206.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 206 | 0 | 0.09 | 0.06 | 0.14 | 342 | 0.22 | 0.82 |
| Hex | DC | C8 | CE | 0 | 9 | 6 | E | 156 | 16 | 52 |
| Octal | 334 | 310 | 316 | 0 | 11 | 6 | 16 | 526 | 26 | 122 |
| Binary | 11011100 | 11001000 | 11001110 | 0 | 1001 | 110 | 1110 | 101010110 | 10110 | 1010010 |
Color Harmonies of #DCC8CE
Complementary color
Monochromatic Colors of #DCC8CE
Black with #DCC8CE
Text Example
Text Example
White with #DCC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8CE; }
p { color: rgb(220,200,206); }
H1.HeaderClassName
{
color: #DCC8CE;
}
.AnyTagClassName
{
color: #DCC8CE;
}
</style>
background-color css
<style>
a { background-color: #DCC8CE; }
a { background-color: rgb(220,200,206); }
div.DivClassName
{
background-color: #DCC8CE;
}
.BgClassName
{
background-color: #DCC8CE;
}
</style>
border-color css
<style>
span { border-color: #DCC8CE; }
span { border-color: rgb(220,200,206); }
td.TdClassName
{
border-color: #DCC8CE;
}
.TagClassName
{
border-color: #DCC8CE;
}
</style>