Shades of Blanc #D4CCBE
Tints of Blanc #D4CCBE
RGB
CMYK
RGB Variations
Color information
#D4CCBE (or 0xD4CCBE) is known color: Blanc. HEX triplet: D4, CC and BE. RGB value is (212,204,190). Sum of RGB (Red+Green+Blue) = 212+204+190=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCBE is #2B3341. Grayscale: #CCCCCC. Windows color (decimal): -2831170 or 12504276. OLE color: 12504276.
HSL color Cylindrical-coordinate representation of color #D4CCBE: hue angle of 38.18º 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 #D4CCBE is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 204 | 190 | - |
CMYK | 0 | 0.04 | 0.10 | 0.17 |
HSL | 38.18º | 0.2% | 0.79% | - |
HSV(B) | 38.18º | 0.1% | 0.83% | - |
XYZ | 58.04 | 60.9 | 57.41 | - |
YUV | 204.8 | 119.65 | 133.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 204 | 190 | 0 | 0.04 | 0.10 | 0.17 | 38.18 | 0.2 | 0.79 |
Hex | D4 | CC | BE | 0 | 4 | A | 11 | 26 | 14 | 4F |
Octal | 324 | 314 | 276 | 0 | 4 | 12 | 21 | 46 | 24 | 117 |
Binary | 11010100 | 11001100 | 10111110 | 0 | 100 | 1010 | 10001 | 100110 | 10100 | 1001111 |
Color Harmonies of #D4CCBE
Complementary color
Monochromatic Colors of #D4CCBE
Black with #D4CCBE
Text Example
Text Example
White with #D4CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CCBE; }
p { color: rgb(212,204,190); }
H1.HeaderClassName
{
color: #D4CCBE;
}
.AnyTagClassName
{
color: #D4CCBE;
}
</style>
background-color css
<style>
a { background-color: #D4CCBE; }
a { background-color: rgb(212,204,190); }
div.DivClassName
{
background-color: #D4CCBE;
}
.BgClassName
{
background-color: #D4CCBE;
}
</style>
border-color css
<style>
span { border-color: #D4CCBE; }
span { border-color: rgb(212,204,190); }
td.TdClassName
{
border-color: #D4CCBE;
}
.TagClassName
{
border-color: #D4CCBE;
}
</style>