Shades of Prim #DCD4D6
Tints of Prim #DCD4D6
RGB
CMYK
RGB Variations
Color information
#DCD4D6 (or 0xDCD4D6) is known color: Prim. HEX triplet: DC, D4 and D6. RGB value is (220,212,214). Sum of RGB (Red+Green+Blue) = 220+212+214=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 212 (83.20% from 255 or 32.82% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4D6 is #232B29. Grayscale: #D6D6D6. Windows color (decimal): -2304810 or 14079196. OLE color: 14079196.
HSL color Cylindrical-coordinate representation of color #DCD4D6: hue angle of 345º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD4D6 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 212 | 214 | - |
CMYK | 0 | 0.04 | 0.03 | 0.14 |
HSL | 345º | 0.1% | 0.85% | - |
HSV(B) | 345º | 0.04% | 0.86% | - |
XYZ | 65.2 | 67.16 | 73.14 | - |
YUV | 214.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 212 | 214 | 0 | 0.04 | 0.03 | 0.14 | 345 | 0.1 | 0.85 |
Hex | DC | D4 | D6 | 0 | 4 | 3 | E | 159 | A | 55 |
Octal | 334 | 324 | 326 | 0 | 4 | 3 | 16 | 531 | 12 | 125 |
Binary | 11011100 | 11010100 | 11010110 | 0 | 100 | 11 | 1110 | 101011001 | 1010 | 1010101 |
Color Harmonies of #DCD4D6
Complementary color
Monochromatic Colors of #DCD4D6
Black with #DCD4D6
Text Example
Text Example
White with #DCD4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4D6; }
p { color: rgb(220,212,214); }
H1.HeaderClassName
{
color: #DCD4D6;
}
.AnyTagClassName
{
color: #DCD4D6;
}
</style>
background-color css
<style>
a { background-color: #DCD4D6; }
a { background-color: rgb(220,212,214); }
div.DivClassName
{
background-color: #DCD4D6;
}
.BgClassName
{
background-color: #DCD4D6;
}
</style>
border-color css
<style>
span { border-color: #DCD4D6; }
span { border-color: rgb(220,212,214); }
td.TdClassName
{
border-color: #DCD4D6;
}
.TagClassName
{
border-color: #DCD4D6;
}
</style>