Shades of Prim #DCCDD4
Tints of Prim #DCCDD4
RGB
CMYK
RGB Variations
Color information
#DCCDD4 (or 0xDCCDD4) is known color: Prim. HEX triplet: DC, CD and D4. RGB value is (220,205,212). Sum of RGB (Red+Green+Blue) = 220+205+212=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD4 is #23322B. Grayscale: #D2D2D2. Windows color (decimal): -2306604 or 13946332. OLE color: 13946332.
HSL color Cylindrical-coordinate representation of color #DCCDD4: hue angle of 332º degrees, saturation: 0.18, 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 #DCCDD4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 205 | 212 | - |
CMYK | 0 | 0.07 | 0.04 | 0.14 |
HSL | 332º | 0.18% | 0.83% | - |
HSV(B) | 332º | 0.07% | 0.86% | - |
XYZ | 63.23 | 63.63 | 71.24 | - |
YUV | 210.28 | 128.97 | 134.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 205 | 212 | 0 | 0.07 | 0.04 | 0.14 | 332 | 0.18 | 0.83 |
Hex | DC | CD | D4 | 0 | 7 | 4 | E | 14C | 12 | 53 |
Octal | 334 | 315 | 324 | 0 | 7 | 4 | 16 | 514 | 22 | 123 |
Binary | 11011100 | 11001101 | 11010100 | 0 | 111 | 100 | 1110 | 101001100 | 10010 | 1010011 |
Color Harmonies of #DCCDD4
Complementary color
Monochromatic Colors of #DCCDD4
Black with #DCCDD4
Text Example
Text Example
White with #DCCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDD4; }
p { color: rgb(220,205,212); }
H1.HeaderClassName
{
color: #DCCDD4;
}
.AnyTagClassName
{
color: #DCCDD4;
}
</style>
background-color css
<style>
a { background-color: #DCCDD4; }
a { background-color: rgb(220,205,212); }
div.DivClassName
{
background-color: #DCCDD4;
}
.BgClassName
{
background-color: #DCCDD4;
}
</style>
border-color css
<style>
span { border-color: #DCCDD4; }
span { border-color: rgb(220,205,212); }
td.TdClassName
{
border-color: #DCCDD4;
}
.TagClassName
{
border-color: #DCCDD4;
}
</style>