Shades of Celeste #D4D6BE
Tints of Celeste #D4D6BE
RGB
CMYK
RGB Variations
Color information
#D4D6BE (or 0xD4D6BE) is known color: Celeste. HEX triplet: D4, D6 and BE. RGB value is (212,214,190). Sum of RGB (Red+Green+Blue) = 212+214+190=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6BE is #2B2941. Grayscale: #D2D2D2. Windows color (decimal): -2828610 or 12506836. OLE color: 12506836.
HSL color Cylindrical-coordinate representation of color #D4D6BE: hue angle of 65º 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 #D4D6BE is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 190 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.16 |
| HSL | 65º | 0.23% | 0.79% | - |
| HSV(B) | 65º | 0.11% | 0.84% | - |
| XYZ | 60.49 | 65.81 | 58.23 | - |
| YUV | 210.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 190 | 0.01 | 0 | 0.11 | 0.16 | 65 | 0.23 | 0.79 |
| Hex | D4 | D6 | BE | 1 | 0 | B | 10 | 41 | 17 | 4F |
| Octal | 324 | 326 | 276 | 1 | 0 | 13 | 20 | 101 | 27 | 117 |
| Binary | 11010100 | 11010110 | 10111110 | 1 | 0 | 1011 | 10000 | 1000001 | 10111 | 1001111 |
Color Harmonies of #D4D6BE
Complementary color
Monochromatic Colors of #D4D6BE
Black with #D4D6BE
Text Example
Text Example
White with #D4D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6BE; }
p { color: rgb(212,214,190); }
H1.HeaderClassName
{
color: #D4D6BE;
}
.AnyTagClassName
{
color: #D4D6BE;
}
</style>
background-color css
<style>
a { background-color: #D4D6BE; }
a { background-color: rgb(212,214,190); }
div.DivClassName
{
background-color: #D4D6BE;
}
.BgClassName
{
background-color: #D4D6BE;
}
</style>
border-color css
<style>
span { border-color: #D4D6BE; }
span { border-color: rgb(212,214,190); }
td.TdClassName
{
border-color: #D4D6BE;
}
.TagClassName
{
border-color: #D4D6BE;
}
</style>