Shades of Blanc #D4CCBD
Tints of Blanc #D4CCBD
RGB
CMYK
RGB Variations
Color information
#D4CCBD (or 0xD4CCBD) is known color: Blanc. HEX triplet: D4, CC and BD. RGB value is (212,204,189). Sum of RGB (Red+Green+Blue) = 212+204+189=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCBD is #2B3342. Grayscale: #CCCCCC. Windows color (decimal): -2831171 or 12438740. OLE color: 12438740.
HSL color Cylindrical-coordinate representation of color #D4CCBD: hue angle of 39.13º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CCBD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 189 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.17 |
| HSL | 39.13º | 0.21% | 0.79% | - |
| HSV(B) | 39.13º | 0.11% | 0.83% | - |
| XYZ | 57.93 | 60.86 | 56.84 | - |
| YUV | 204.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 189 | 0 | 0.04 | 0.11 | 0.17 | 39.13 | 0.21 | 0.79 |
| Hex | D4 | CC | BD | 0 | 4 | B | 11 | 27 | 15 | 4F |
| Octal | 324 | 314 | 275 | 0 | 4 | 13 | 21 | 47 | 25 | 117 |
| Binary | 11010100 | 11001100 | 10111101 | 0 | 100 | 1011 | 10001 | 100111 | 10101 | 1001111 |
Color Harmonies of #D4CCBD
Complementary color
Monochromatic Colors of #D4CCBD
Black with #D4CCBD
Text Example
Text Example
White with #D4CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCBD; }
p { color: rgb(212,204,189); }
H1.HeaderClassName
{
color: #D4CCBD;
}
.AnyTagClassName
{
color: #D4CCBD;
}
</style>
background-color css
<style>
a { background-color: #D4CCBD; }
a { background-color: rgb(212,204,189); }
div.DivClassName
{
background-color: #D4CCBD;
}
.BgClassName
{
background-color: #D4CCBD;
}
</style>
border-color css
<style>
span { border-color: #D4CCBD; }
span { border-color: rgb(212,204,189); }
td.TdClassName
{
border-color: #D4CCBD;
}
.TagClassName
{
border-color: #D4CCBD;
}
</style>