Shades of Prim #DCC7CE
Tints of Prim #DCC7CE
RGB
CMYK
RGB Variations
Color information
#DCC7CE (or 0xDCC7CE) is known color: Prim. HEX triplet: DC, C7 and CE. RGB value is (220,199,206). Sum of RGB (Red+Green+Blue) = 220+199+206=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CE is #233831. Grayscale: #CECECE. Windows color (decimal): -2308146 or 13551580. OLE color: 13551580.
HSL color Cylindrical-coordinate representation of color #DCC7CE: hue angle of 340º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC7CE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 206 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.14 |
| HSL | 340º | 0.23% | 0.82% | - |
| HSV(B) | 340º | 0.1% | 0.86% | - |
| XYZ | 61.08 | 60.52 | 66.85 | - |
| YUV | 206.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 206 | 0 | 0.10 | 0.06 | 0.14 | 340 | 0.23 | 0.82 |
| Hex | DC | C7 | CE | 0 | A | 6 | E | 154 | 17 | 52 |
| Octal | 334 | 307 | 316 | 0 | 12 | 6 | 16 | 524 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11001110 | 0 | 1010 | 110 | 1110 | 101010100 | 10111 | 1010010 |
Color Harmonies of #DCC7CE
Complementary color
Monochromatic Colors of #DCC7CE
Black with #DCC7CE
Text Example
Text Example
White with #DCC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7CE; }
p { color: rgb(220,199,206); }
H1.HeaderClassName
{
color: #DCC7CE;
}
.AnyTagClassName
{
color: #DCC7CE;
}
</style>
background-color css
<style>
a { background-color: #DCC7CE; }
a { background-color: rgb(220,199,206); }
div.DivClassName
{
background-color: #DCC7CE;
}
.BgClassName
{
background-color: #DCC7CE;
}
</style>
border-color css
<style>
span { border-color: #DCC7CE; }
span { border-color: rgb(220,199,206); }
td.TdClassName
{
border-color: #DCC7CE;
}
.TagClassName
{
border-color: #DCC7CE;
}
</style>