Shades of Celeste #D6D4BB
Tints of Celeste #D6D4BB
RGB
CMYK
RGB Variations
Color information
#D6D4BB (or 0xD6D4BB) is known color: Celeste. HEX triplet: D6, D4 and BB. RGB value is (214,212,187). Sum of RGB (Red+Green+Blue) = 214+212+187=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4BB is #292B44. Grayscale: #D1D1D1. Windows color (decimal): -2698053 or 12309718. OLE color: 12309718.
HSL color Cylindrical-coordinate representation of color #D6D4BB: hue angle of 55.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6D4BB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 187 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.16 |
| HSL | 55.56º | 0.25% | 0.79% | - |
| HSV(B) | 55.56º | 0.13% | 0.84% | - |
| XYZ | 60.24 | 64.97 | 56.38 | - |
| YUV | 209.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 187 | 0 | 0.01 | 0.13 | 0.16 | 55.56 | 0.25 | 0.79 |
| Hex | D6 | D4 | BB | 0 | 1 | D | 10 | 38 | 19 | 4F |
| Octal | 326 | 324 | 273 | 0 | 1 | 15 | 20 | 70 | 31 | 117 |
| Binary | 11010110 | 11010100 | 10111011 | 0 | 1 | 1101 | 10000 | 111000 | 11001 | 1001111 |
Color Harmonies of #D6D4BB
Complementary color
Monochromatic Colors of #D6D4BB
Black with #D6D4BB
Text Example
Text Example
White with #D6D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4BB; }
p { color: rgb(214,212,187); }
H1.HeaderClassName
{
color: #D6D4BB;
}
.AnyTagClassName
{
color: #D6D4BB;
}
</style>
background-color css
<style>
a { background-color: #D6D4BB; }
a { background-color: rgb(214,212,187); }
div.DivClassName
{
background-color: #D6D4BB;
}
.BgClassName
{
background-color: #D6D4BB;
}
</style>
border-color css
<style>
span { border-color: #D6D4BB; }
span { border-color: rgb(214,212,187); }
td.TdClassName
{
border-color: #D6D4BB;
}
.TagClassName
{
border-color: #D6D4BB;
}
</style>