Shades of Prim #DCC7CD
Tints of Prim #DCC7CD
RGB
CMYK
RGB Variations
Color information
#DCC7CD (or 0xDCC7CD) is known color: Prim. HEX triplet: DC, C7 and CD. RGB value is (220,199,205). Sum of RGB (Red+Green+Blue) = 220+199+205=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CD is #233832. Grayscale: #CDCDCD. Windows color (decimal): -2308147 or 13486044. OLE color: 13486044.
HSL color Cylindrical-coordinate representation of color #DCC7CD: hue angle of 342.86º 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 #DCC7CD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 205 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.14 |
| HSL | 342.86º | 0.23% | 0.82% | - |
| HSV(B) | 342.86º | 0.1% | 0.86% | - |
| XYZ | 60.96 | 60.47 | 66.22 | - |
| YUV | 205.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 205 | 0 | 0.10 | 0.07 | 0.14 | 342.86 | 0.23 | 0.82 |
| Hex | DC | C7 | CD | 0 | A | 7 | E | 157 | 17 | 52 |
| Octal | 334 | 307 | 315 | 0 | 12 | 7 | 16 | 527 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11001101 | 0 | 1010 | 111 | 1110 | 101010111 | 10111 | 1010010 |
Color Harmonies of #DCC7CD
Complementary color
Monochromatic Colors of #DCC7CD
Black with #DCC7CD
Text Example
Text Example
White with #DCC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7CD; }
p { color: rgb(220,199,205); }
H1.HeaderClassName
{
color: #DCC7CD;
}
.AnyTagClassName
{
color: #DCC7CD;
}
</style>
background-color css
<style>
a { background-color: #DCC7CD; }
a { background-color: rgb(220,199,205); }
div.DivClassName
{
background-color: #DCC7CD;
}
.BgClassName
{
background-color: #DCC7CD;
}
</style>
border-color css
<style>
span { border-color: #DCC7CD; }
span { border-color: rgb(220,199,205); }
td.TdClassName
{
border-color: #DCC7CD;
}
.TagClassName
{
border-color: #DCC7CD;
}
</style>