Shades of Blanc #D6CDBE
Tints of Blanc #D6CDBE
RGB
CMYK
RGB Variations
Color information
#D6CDBE (or 0xD6CDBE) is known color: Blanc. HEX triplet: D6, CD and BE. RGB value is (214,205,190). Sum of RGB (Red+Green+Blue) = 214+205+190=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBE is #293241. Grayscale: #CECECE. Windows color (decimal): -2699842 or 12504534. OLE color: 12504534.
HSL color Cylindrical-coordinate representation of color #D6CDBE: hue angle of 37.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CDBE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 205 | 190 | - |
CMYK | 0 | 0.04 | 0.11 | 0.16 |
HSL | 37.5º | 0.23% | 0.79% | - |
HSV(B) | 37.5º | 0.11% | 0.84% | - |
XYZ | 58.86 | 61.68 | 57.52 | - |
YUV | 205.98 | 118.98 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 205 | 190 | 0 | 0.04 | 0.11 | 0.16 | 37.5 | 0.23 | 0.79 |
Hex | D6 | CD | BE | 0 | 4 | B | 10 | 26 | 17 | 4F |
Octal | 326 | 315 | 276 | 0 | 4 | 13 | 20 | 46 | 27 | 117 |
Binary | 11010110 | 11001101 | 10111110 | 0 | 100 | 1011 | 10000 | 100110 | 10111 | 1001111 |
Color Harmonies of #D6CDBE
Complementary color
Monochromatic Colors of #D6CDBE
Black with #D6CDBE
Text Example
Text Example
White with #D6CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDBE; }
p { color: rgb(214,205,190); }
H1.HeaderClassName
{
color: #D6CDBE;
}
.AnyTagClassName
{
color: #D6CDBE;
}
</style>
background-color css
<style>
a { background-color: #D6CDBE; }
a { background-color: rgb(214,205,190); }
div.DivClassName
{
background-color: #D6CDBE;
}
.BgClassName
{
background-color: #D6CDBE;
}
</style>
border-color css
<style>
span { border-color: #D6CDBE; }
span { border-color: rgb(214,205,190); }
td.TdClassName
{
border-color: #D6CDBE;
}
.TagClassName
{
border-color: #D6CDBE;
}
</style>