Shades of Blanc #D5CCC0
Tints of Blanc #D5CCC0
RGB
CMYK
RGB Variations
Color information
#D5CCC0 (or 0xD5CCC0) is known color: Blanc. HEX triplet: D5, CC and C0. RGB value is (213,204,192). Sum of RGB (Red+Green+Blue) = 213+204+192=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCC0 is #2A333F. Grayscale: #CDCDCD. Windows color (decimal): -2765632 or 12635349. OLE color: 12635349.
HSL color Cylindrical-coordinate representation of color #D5CCC0: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CCC0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 192 | - |
CMYK | 0 | 0.04 | 0.10 | 0.16 |
HSL | 34.29º | 0.2% | 0.79% | - |
HSV(B) | 34.29º | 0.1% | 0.84% | - |
XYZ | 58.55 | 61.14 | 58.58 | - |
YUV | 205.32 | 120.48 | 133.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 192 | 0 | 0.04 | 0.10 | 0.16 | 34.29 | 0.2 | 0.79 |
Hex | D5 | CC | C0 | 0 | 4 | A | 10 | 22 | 14 | 4F |
Octal | 325 | 314 | 300 | 0 | 4 | 12 | 20 | 42 | 24 | 117 |
Binary | 11010101 | 11001100 | 11000000 | 0 | 100 | 1010 | 10000 | 100010 | 10100 | 1001111 |
Color Harmonies of #D5CCC0
Complementary color
Monochromatic Colors of #D5CCC0
Black with #D5CCC0
Text Example
Text Example
White with #D5CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCC0; }
p { color: rgb(213,204,192); }
H1.HeaderClassName
{
color: #D5CCC0;
}
.AnyTagClassName
{
color: #D5CCC0;
}
</style>
background-color css
<style>
a { background-color: #D5CCC0; }
a { background-color: rgb(213,204,192); }
div.DivClassName
{
background-color: #D5CCC0;
}
.BgClassName
{
background-color: #D5CCC0;
}
</style>
border-color css
<style>
span { border-color: #D5CCC0; }
span { border-color: rgb(213,204,192); }
td.TdClassName
{
border-color: #D5CCC0;
}
.TagClassName
{
border-color: #D5CCC0;
}
</style>