Shades of Prim #DCCCD4
Tints of Prim #DCCCD4
RGB
CMYK
RGB Variations
Color information
#DCCCD4 (or 0xDCCCD4) is known color: Prim. HEX triplet: DC, CC and D4. RGB value is (220,204,212). Sum of RGB (Red+Green+Blue) = 220+204+212=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD4 is #23332B. Grayscale: #D1D1D1. Windows color (decimal): -2306860 or 13946076. OLE color: 13946076.
HSL color Cylindrical-coordinate representation of color #DCCCD4: hue angle of 330º 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 #DCCCD4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 212 | - |
CMYK | 0 | 0.07 | 0.04 | 0.14 |
HSL | 330º | 0.19% | 0.83% | - |
HSV(B) | 330º | 0.07% | 0.86% | - |
XYZ | 62.99 | 63.15 | 71.16 | - |
YUV | 209.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 212 | 0 | 0.07 | 0.04 | 0.14 | 330 | 0.19 | 0.83 |
Hex | DC | CC | D4 | 0 | 7 | 4 | E | 14A | 13 | 53 |
Octal | 334 | 314 | 324 | 0 | 7 | 4 | 16 | 512 | 23 | 123 |
Binary | 11011100 | 11001100 | 11010100 | 0 | 111 | 100 | 1110 | 101001010 | 10011 | 1010011 |
Color Harmonies of #DCCCD4
Complementary color
Monochromatic Colors of #DCCCD4
Black with #DCCCD4
Text Example
Text Example
White with #DCCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCD4; }
p { color: rgb(220,204,212); }
H1.HeaderClassName
{
color: #DCCCD4;
}
.AnyTagClassName
{
color: #DCCCD4;
}
</style>
background-color css
<style>
a { background-color: #DCCCD4; }
a { background-color: rgb(220,204,212); }
div.DivClassName
{
background-color: #DCCCD4;
}
.BgClassName
{
background-color: #DCCCD4;
}
</style>
border-color css
<style>
span { border-color: #DCCCD4; }
span { border-color: rgb(220,204,212); }
td.TdClassName
{
border-color: #DCCCD4;
}
.TagClassName
{
border-color: #DCCCD4;
}
</style>