Shades of Prim #DCC7CF
Tints of Prim #DCC7CF
RGB
CMYK
RGB Variations
Color information
#DCC7CF (or 0xDCC7CF) is known color: Prim. HEX triplet: DC, C7 and CF. RGB value is (220,199,207). Sum of RGB (Red+Green+Blue) = 220+199+207=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CF is #233830. Grayscale: #CECECE. Windows color (decimal): -2308145 or 13617116. OLE color: 13617116.
HSL color Cylindrical-coordinate representation of color #DCC7CF: hue angle of 337.14º 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 #DCC7CF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 207 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.14 |
| HSL | 337.14º | 0.23% | 0.82% | - |
| HSV(B) | 337.14º | 0.1% | 0.86% | - |
| XYZ | 61.2 | 60.57 | 67.5 | - |
| YUV | 206.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 207 | 0 | 0.10 | 0.06 | 0.14 | 337.14 | 0.23 | 0.82 |
| Hex | DC | C7 | CF | 0 | A | 6 | E | 151 | 17 | 52 |
| Octal | 334 | 307 | 317 | 0 | 12 | 6 | 16 | 521 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11001111 | 0 | 1010 | 110 | 1110 | 101010001 | 10111 | 1010010 |
Color Harmonies of #DCC7CF
Complementary color
Monochromatic Colors of #DCC7CF
Black with #DCC7CF
Text Example
Text Example
White with #DCC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7CF; }
p { color: rgb(220,199,207); }
H1.HeaderClassName
{
color: #DCC7CF;
}
.AnyTagClassName
{
color: #DCC7CF;
}
</style>
background-color css
<style>
a { background-color: #DCC7CF; }
a { background-color: rgb(220,199,207); }
div.DivClassName
{
background-color: #DCC7CF;
}
.BgClassName
{
background-color: #DCC7CF;
}
</style>
border-color css
<style>
span { border-color: #DCC7CF; }
span { border-color: rgb(220,199,207); }
td.TdClassName
{
border-color: #DCC7CF;
}
.TagClassName
{
border-color: #DCC7CF;
}
</style>