Shades of Prim #DCCCD2
Tints of Prim #DCCCD2
RGB
CMYK
RGB Variations
Color information
#DCCCD2 (or 0xDCCCD2) is known color: Prim. HEX triplet: DC, CC and D2. RGB value is (220,204,210). Sum of RGB (Red+Green+Blue) = 220+204+210=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD2 is #23332D. Grayscale: #D1D1D1. Windows color (decimal): -2306862 or 13815004. OLE color: 13815004.
HSL color Cylindrical-coordinate representation of color #DCCCD2: hue angle of 337.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCD2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 210 | - |
CMYK | 0 | 0.07 | 0.05 | 0.14 |
HSL | 337.5º | 0.19% | 0.83% | - |
HSV(B) | 337.5º | 0.07% | 0.86% | - |
XYZ | 62.74 | 63.05 | 69.84 | - |
YUV | 209.47 | 128.3 | 135.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 210 | 0 | 0.07 | 0.05 | 0.14 | 337.5 | 0.19 | 0.83 |
Hex | DC | CC | D2 | 0 | 7 | 5 | E | 152 | 13 | 53 |
Octal | 334 | 314 | 322 | 0 | 7 | 5 | 16 | 522 | 23 | 123 |
Binary | 11011100 | 11001100 | 11010010 | 0 | 111 | 101 | 1110 | 101010010 | 10011 | 1010011 |
Color Harmonies of #DCCCD2
Complementary color
Monochromatic Colors of #DCCCD2
Black with #DCCCD2
Text Example
Text Example
White with #DCCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCD2; }
p { color: rgb(220,204,210); }
H1.HeaderClassName
{
color: #DCCCD2;
}
.AnyTagClassName
{
color: #DCCCD2;
}
</style>
background-color css
<style>
a { background-color: #DCCCD2; }
a { background-color: rgb(220,204,210); }
div.DivClassName
{
background-color: #DCCCD2;
}
.BgClassName
{
background-color: #DCCCD2;
}
</style>
border-color css
<style>
span { border-color: #DCCCD2; }
span { border-color: rgb(220,204,210); }
td.TdClassName
{
border-color: #DCCCD2;
}
.TagClassName
{
border-color: #DCCCD2;
}
</style>