Shades of Blanc #D4CBBF
Tints of Blanc #D4CBBF
RGB
CMYK
RGB Variations
Color information
#D4CBBF (or 0xD4CBBF) is known color: Blanc. HEX triplet: D4, CB and BF. RGB value is (212,203,191). Sum of RGB (Red+Green+Blue) = 212+203+191=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBBF is #2B3440. Grayscale: #CCCCCC. Windows color (decimal): -2831425 or 12569556. OLE color: 12569556.
HSL color Cylindrical-coordinate representation of color #D4CBBF: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4CBBF is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 191 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.17 |
| HSL | 34.29º | 0.2% | 0.79% | - |
| HSV(B) | 34.29º | 0.1% | 0.83% | - |
| XYZ | 57.91 | 60.47 | 57.91 | - |
| YUV | 204.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 191 | 0 | 0.04 | 0.10 | 0.17 | 34.29 | 0.2 | 0.79 |
| Hex | D4 | CB | BF | 0 | 4 | A | 11 | 22 | 14 | 4F |
| Octal | 324 | 313 | 277 | 0 | 4 | 12 | 21 | 42 | 24 | 117 |
| Binary | 11010100 | 11001011 | 10111111 | 0 | 100 | 1010 | 10001 | 100010 | 10100 | 1001111 |
Color Harmonies of #D4CBBF
Complementary color
Monochromatic Colors of #D4CBBF
Black with #D4CBBF
Text Example
Text Example
White with #D4CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBBF; }
p { color: rgb(212,203,191); }
H1.HeaderClassName
{
color: #D4CBBF;
}
.AnyTagClassName
{
color: #D4CBBF;
}
</style>
background-color css
<style>
a { background-color: #D4CBBF; }
a { background-color: rgb(212,203,191); }
div.DivClassName
{
background-color: #D4CBBF;
}
.BgClassName
{
background-color: #D4CBBF;
}
</style>
border-color css
<style>
span { border-color: #D4CBBF; }
span { border-color: rgb(212,203,191); }
td.TdClassName
{
border-color: #D4CBBF;
}
.TagClassName
{
border-color: #D4CBBF;
}
</style>