Shades of Blanc #DCD4C8
Tints of Blanc #DCD4C8
RGB
CMYK
RGB Variations
Color information
#DCD4C8 (or 0xDCD4C8) is known color: Blanc. HEX triplet: DC, D4 and C8. RGB value is (220,212,200). Sum of RGB (Red+Green+Blue) = 220+212+200=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4C8 is #232B37. Grayscale: #D5D5D5. Windows color (decimal): -2304824 or 13161692. OLE color: 13161692.
HSL color Cylindrical-coordinate representation of color #DCD4C8: hue angle of 36º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD4C8 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 212 | 200 | - |
CMYK | 0 | 0.04 | 0.09 | 0.14 |
HSL | 36º | 0.22% | 0.82% | - |
HSV(B) | 36º | 0.09% | 0.86% | - |
XYZ | 63.48 | 66.47 | 64.13 | - |
YUV | 213.02 | 120.65 | 132.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 212 | 200 | 0 | 0.04 | 0.09 | 0.14 | 36 | 0.22 | 0.82 |
Hex | DC | D4 | C8 | 0 | 4 | 9 | E | 24 | 16 | 52 |
Octal | 334 | 324 | 310 | 0 | 4 | 11 | 16 | 44 | 26 | 122 |
Binary | 11011100 | 11010100 | 11001000 | 0 | 100 | 1001 | 1110 | 100100 | 10110 | 1010010 |
Color Harmonies of #DCD4C8
Complementary color
Monochromatic Colors of #DCD4C8
Black with #DCD4C8
Text Example
Text Example
White with #DCD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4C8; }
p { color: rgb(220,212,200); }
H1.HeaderClassName
{
color: #DCD4C8;
}
.AnyTagClassName
{
color: #DCD4C8;
}
</style>
background-color css
<style>
a { background-color: #DCD4C8; }
a { background-color: rgb(220,212,200); }
div.DivClassName
{
background-color: #DCD4C8;
}
.BgClassName
{
background-color: #DCD4C8;
}
</style>
border-color css
<style>
span { border-color: #DCD4C8; }
span { border-color: rgb(220,212,200); }
td.TdClassName
{
border-color: #DCD4C8;
}
.TagClassName
{
border-color: #DCD4C8;
}
</style>