Shades of Prim #DCC8D0
Tints of Prim #DCC8D0
RGB
CMYK
RGB Variations
Color information
#DCC8D0 (or 0xDCC8D0) is known color: Prim. HEX triplet: DC, C8 and D0. RGB value is (220,200,208). Sum of RGB (Red+Green+Blue) = 220+200+208=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D0 is #23372F. Grayscale: #CECECE. Windows color (decimal): -2307888 or 13682908. OLE color: 13682908.
HSL color Cylindrical-coordinate representation of color #DCC8D0: hue angle of 336º 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 #DCC8D0 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 208 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.14 |
| HSL | 336º | 0.22% | 0.82% | - |
| HSV(B) | 336º | 0.09% | 0.86% | - |
| XYZ | 61.55 | 61.08 | 68.22 | - |
| YUV | 206.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 208 | 0 | 0.09 | 0.05 | 0.14 | 336 | 0.22 | 0.82 |
| Hex | DC | C8 | D0 | 0 | 9 | 5 | E | 150 | 16 | 52 |
| Octal | 334 | 310 | 320 | 0 | 11 | 5 | 16 | 520 | 26 | 122 |
| Binary | 11011100 | 11001000 | 11010000 | 0 | 1001 | 101 | 1110 | 101010000 | 10110 | 1010010 |
Color Harmonies of #DCC8D0
Complementary color
Monochromatic Colors of #DCC8D0
Black with #DCC8D0
Text Example
Text Example
White with #DCC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8D0; }
p { color: rgb(220,200,208); }
H1.HeaderClassName
{
color: #DCC8D0;
}
.AnyTagClassName
{
color: #DCC8D0;
}
</style>
background-color css
<style>
a { background-color: #DCC8D0; }
a { background-color: rgb(220,200,208); }
div.DivClassName
{
background-color: #DCC8D0;
}
.BgClassName
{
background-color: #DCC8D0;
}
</style>
border-color css
<style>
span { border-color: #DCC8D0; }
span { border-color: rgb(220,200,208); }
td.TdClassName
{
border-color: #DCC8D0;
}
.TagClassName
{
border-color: #DCC8D0;
}
</style>