Shades of Prim #DCC4CC
Tints of Prim #DCC4CC
RGB
CMYK
RGB Variations
Color information
#DCC4CC (or 0xDCC4CC) is known color: Prim. HEX triplet: DC, C4 and CC. RGB value is (220,196,204). Sum of RGB (Red+Green+Blue) = 220+196+204=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4CC is #233B33. Grayscale: #CCCCCC. Windows color (decimal): -2308916 or 13419740. OLE color: 13419740.
HSL color Cylindrical-coordinate representation of color #DCC4CC: hue angle of 340º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4CC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 204 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.14 |
| HSL | 340º | 0.26% | 0.82% | - |
| HSV(B) | 340º | 0.11% | 0.86% | - |
| XYZ | 60.15 | 59.06 | 65.36 | - |
| YUV | 204.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 204 | 0 | 0.11 | 0.07 | 0.14 | 340 | 0.26 | 0.82 |
| Hex | DC | C4 | CC | 0 | B | 7 | E | 154 | 1A | 52 |
| Octal | 334 | 304 | 314 | 0 | 13 | 7 | 16 | 524 | 32 | 122 |
| Binary | 11011100 | 11000100 | 11001100 | 0 | 1011 | 111 | 1110 | 101010100 | 11010 | 1010010 |
Color Harmonies of #DCC4CC
Complementary color
Monochromatic Colors of #DCC4CC
Black with #DCC4CC
Text Example
Text Example
White with #DCC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4CC; }
p { color: rgb(220,196,204); }
H1.HeaderClassName
{
color: #DCC4CC;
}
.AnyTagClassName
{
color: #DCC4CC;
}
</style>
background-color css
<style>
a { background-color: #DCC4CC; }
a { background-color: rgb(220,196,204); }
div.DivClassName
{
background-color: #DCC4CC;
}
.BgClassName
{
background-color: #DCC4CC;
}
</style>
border-color css
<style>
span { border-color: #DCC4CC; }
span { border-color: rgb(220,196,204); }
td.TdClassName
{
border-color: #DCC4CC;
}
.TagClassName
{
border-color: #DCC4CC;
}
</style>