Shades of Prim #DCC5CC
Tints of Prim #DCC5CC
RGB
CMYK
RGB Variations
Color information
#DCC5CC (or 0xDCC5CC) is known color: Prim. HEX triplet: DC, C5 and CC. RGB value is (220,197,204). Sum of RGB (Red+Green+Blue) = 220+197+204=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5CC is #233A33. Grayscale: #CCCCCC. Windows color (decimal): -2308660 or 13419996. OLE color: 13419996.
HSL color Cylindrical-coordinate representation of color #DCC5CC: hue angle of 341.74º 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 #DCC5CC is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 204 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.14 |
| HSL | 341.74º | 0.25% | 0.82% | - |
| HSV(B) | 341.74º | 0.1% | 0.86% | - |
| XYZ | 60.38 | 59.51 | 65.43 | - |
| YUV | 204.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 204 | 0 | 0.10 | 0.07 | 0.14 | 341.74 | 0.25 | 0.82 |
| Hex | DC | C5 | CC | 0 | A | 7 | E | 156 | 19 | 52 |
| Octal | 334 | 305 | 314 | 0 | 12 | 7 | 16 | 526 | 31 | 122 |
| Binary | 11011100 | 11000101 | 11001100 | 0 | 1010 | 111 | 1110 | 101010110 | 11001 | 1010010 |
Color Harmonies of #DCC5CC
Complementary color
Monochromatic Colors of #DCC5CC
Black with #DCC5CC
Text Example
Text Example
White with #DCC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5CC; }
p { color: rgb(220,197,204); }
H1.HeaderClassName
{
color: #DCC5CC;
}
.AnyTagClassName
{
color: #DCC5CC;
}
</style>
background-color css
<style>
a { background-color: #DCC5CC; }
a { background-color: rgb(220,197,204); }
div.DivClassName
{
background-color: #DCC5CC;
}
.BgClassName
{
background-color: #DCC5CC;
}
</style>
border-color css
<style>
span { border-color: #DCC5CC; }
span { border-color: rgb(220,197,204); }
td.TdClassName
{
border-color: #DCC5CC;
}
.TagClassName
{
border-color: #DCC5CC;
}
</style>