Shades of Prim #DCC6CC
Tints of Prim #DCC6CC
RGB
CMYK
RGB Variations
Color information
#DCC6CC (or 0xDCC6CC) is known color: Prim. HEX triplet: DC, C6 and CC. RGB value is (220,198,204). Sum of RGB (Red+Green+Blue) = 220+198+204=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6CC is #233933. Grayscale: #CDCDCD. Windows color (decimal): -2308404 or 13420252. OLE color: 13420252.
HSL color Cylindrical-coordinate representation of color #DCC6CC: hue angle of 343.64º degrees, saturation: 0.24, 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 #DCC6CC is Cyan = 0, Magento = 0.1, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 204 | - |
| CMYK | 0 | 0.1 | 0.07 | 0.14 |
| HSL | 343.64º | 0.24% | 0.82% | - |
| HSV(B) | 343.64º | 0.1% | 0.86% | - |
| XYZ | 60.61 | 59.96 | 65.51 | - |
| YUV | 205.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 204 | 0 | 0.1 | 0.07 | 0.14 | 343.64 | 0.24 | 0.82 |
| Hex | DC | C6 | CC | 0 | A | 7 | E | 158 | 18 | 52 |
| Octal | 334 | 306 | 314 | 0 | 12 | 7 | 16 | 530 | 30 | 122 |
| Binary | 11011100 | 11000110 | 11001100 | 0 | 1010 | 111 | 1110 | 101011000 | 11000 | 1010010 |
Color Harmonies of #DCC6CC
Complementary color
Monochromatic Colors of #DCC6CC
Black with #DCC6CC
Text Example
Text Example
White with #DCC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6CC; }
p { color: rgb(220,198,204); }
H1.HeaderClassName
{
color: #DCC6CC;
}
.AnyTagClassName
{
color: #DCC6CC;
}
</style>
background-color css
<style>
a { background-color: #DCC6CC; }
a { background-color: rgb(220,198,204); }
div.DivClassName
{
background-color: #DCC6CC;
}
.BgClassName
{
background-color: #DCC6CC;
}
</style>
border-color css
<style>
span { border-color: #DCC6CC; }
span { border-color: rgb(220,198,204); }
td.TdClassName
{
border-color: #DCC6CC;
}
.TagClassName
{
border-color: #DCC6CC;
}
</style>