Shades of Celeste #D6D4B9
Tints of Celeste #D6D4B9
RGB
CMYK
RGB Variations
Color information
#D6D4B9 (or 0xD6D4B9) is known color: Celeste. HEX triplet: D6, D4 and B9. RGB value is (214,212,185). Sum of RGB (Red+Green+Blue) = 214+212+185=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4B9 is #292B46. Grayscale: #D1D1D1. Windows color (decimal): -2698055 or 12178646. OLE color: 12178646.
HSL color Cylindrical-coordinate representation of color #D6D4B9: hue angle of 55.86º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6D4B9 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 185 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.16 |
| HSL | 55.86º | 0.26% | 0.78% | - |
| HSV(B) | 55.86º | 0.14% | 0.84% | - |
| XYZ | 60.03 | 64.89 | 55.26 | - |
| YUV | 209.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 185 | 0 | 0.01 | 0.14 | 0.16 | 55.86 | 0.26 | 0.78 |
| Hex | D6 | D4 | B9 | 0 | 1 | E | 10 | 38 | 1A | 4E |
| Octal | 326 | 324 | 271 | 0 | 1 | 16 | 20 | 70 | 32 | 116 |
| Binary | 11010110 | 11010100 | 10111001 | 0 | 1 | 1110 | 10000 | 111000 | 11010 | 1001110 |
Color Harmonies of #D6D4B9
Complementary color
Monochromatic Colors of #D6D4B9
Black with #D6D4B9
Text Example
Text Example
White with #D6D4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4B9; }
p { color: rgb(214,212,185); }
H1.HeaderClassName
{
color: #D6D4B9;
}
.AnyTagClassName
{
color: #D6D4B9;
}
</style>
background-color css
<style>
a { background-color: #D6D4B9; }
a { background-color: rgb(214,212,185); }
div.DivClassName
{
background-color: #D6D4B9;
}
.BgClassName
{
background-color: #D6D4B9;
}
</style>
border-color css
<style>
span { border-color: #D6D4B9; }
span { border-color: rgb(214,212,185); }
td.TdClassName
{
border-color: #D6D4B9;
}
.TagClassName
{
border-color: #D6D4B9;
}
</style>