Shades of Prim #DCC5CD
Tints of Prim #DCC5CD
RGB
CMYK
RGB Variations
Color information
#DCC5CD (or 0xDCC5CD) is known color: Prim. HEX triplet: DC, C5 and CD. RGB value is (220,197,205). Sum of RGB (Red+Green+Blue) = 220+197+205=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5CD is #233A32. Grayscale: #CCCCCC. Windows color (decimal): -2308659 or 13485532. OLE color: 13485532.
HSL color Cylindrical-coordinate representation of color #DCC5CD: hue angle of 339.13º degrees, saturation: 0.25, 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 #DCC5CD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 205 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.14 |
| HSL | 339.13º | 0.25% | 0.82% | - |
| HSV(B) | 339.13º | 0.1% | 0.86% | - |
| XYZ | 60.5 | 59.56 | 66.06 | - |
| YUV | 204.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 205 | 0 | 0.10 | 0.07 | 0.14 | 339.13 | 0.25 | 0.82 |
| Hex | DC | C5 | CD | 0 | A | 7 | E | 153 | 19 | 52 |
| Octal | 334 | 305 | 315 | 0 | 12 | 7 | 16 | 523 | 31 | 122 |
| Binary | 11011100 | 11000101 | 11001101 | 0 | 1010 | 111 | 1110 | 101010011 | 11001 | 1010010 |
Color Harmonies of #DCC5CD
Complementary color
Monochromatic Colors of #DCC5CD
Black with #DCC5CD
Text Example
Text Example
White with #DCC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5CD; }
p { color: rgb(220,197,205); }
H1.HeaderClassName
{
color: #DCC5CD;
}
.AnyTagClassName
{
color: #DCC5CD;
}
</style>
background-color css
<style>
a { background-color: #DCC5CD; }
a { background-color: rgb(220,197,205); }
div.DivClassName
{
background-color: #DCC5CD;
}
.BgClassName
{
background-color: #DCC5CD;
}
</style>
border-color css
<style>
span { border-color: #DCC5CD; }
span { border-color: rgb(220,197,205); }
td.TdClassName
{
border-color: #DCC5CD;
}
.TagClassName
{
border-color: #DCC5CD;
}
</style>