Shades of Blanc #D4CCBC
Tints of Blanc #D4CCBC
RGB
CMYK
RGB Variations
Color information
#D4CCBC (or 0xD4CCBC) is known color: Blanc. HEX triplet: D4, CC and BC. RGB value is (212,204,188). Sum of RGB (Red+Green+Blue) = 212+204+188=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCBC is #2B3343. Grayscale: #CCCCCC. Windows color (decimal): -2831172 or 12373204. OLE color: 12373204.
HSL color Cylindrical-coordinate representation of color #D4CCBC: hue angle of 40º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CCBC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 188 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.17 |
| HSL | 40º | 0.22% | 0.78% | - |
| HSV(B) | 40º | 0.11% | 0.83% | - |
| XYZ | 57.82 | 60.81 | 56.27 | - |
| YUV | 204.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 188 | 0 | 0.04 | 0.11 | 0.17 | 40 | 0.22 | 0.78 |
| Hex | D4 | CC | BC | 0 | 4 | B | 11 | 28 | 16 | 4E |
| Octal | 324 | 314 | 274 | 0 | 4 | 13 | 21 | 50 | 26 | 116 |
| Binary | 11010100 | 11001100 | 10111100 | 0 | 100 | 1011 | 10001 | 101000 | 10110 | 1001110 |
Color Harmonies of #D4CCBC
Complementary color
Monochromatic Colors of #D4CCBC
Black with #D4CCBC
Text Example
Text Example
White with #D4CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCBC; }
p { color: rgb(212,204,188); }
H1.HeaderClassName
{
color: #D4CCBC;
}
.AnyTagClassName
{
color: #D4CCBC;
}
</style>
background-color css
<style>
a { background-color: #D4CCBC; }
a { background-color: rgb(212,204,188); }
div.DivClassName
{
background-color: #D4CCBC;
}
.BgClassName
{
background-color: #D4CCBC;
}
</style>
border-color css
<style>
span { border-color: #D4CCBC; }
span { border-color: rgb(212,204,188); }
td.TdClassName
{
border-color: #D4CCBC;
}
.TagClassName
{
border-color: #D4CCBC;
}
</style>