Shades of Celeste #D4D7BC
Tints of Celeste #D4D7BC
RGB
CMYK
RGB Variations
Color information
#D4D7BC (or 0xD4D7BC) is known color: Celeste. HEX triplet: D4, D7 and BC. RGB value is (212,215,188). Sum of RGB (Red+Green+Blue) = 212+215+188=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7BC is #2B2843. Grayscale: #D3D3D3. Windows color (decimal): -2828356 or 12376020. OLE color: 12376020.
HSL color Cylindrical-coordinate representation of color #D4D7BC: hue angle of 66.67º 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 #D4D7BC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 188 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.16 |
| HSL | 66.67º | 0.25% | 0.79% | - |
| HSV(B) | 66.67º | 0.13% | 0.84% | - |
| XYZ | 60.53 | 66.23 | 57.17 | - |
| YUV | 211.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 188 | 0.01 | 0 | 0.13 | 0.16 | 66.67 | 0.25 | 0.79 |
| Hex | D4 | D7 | BC | 1 | 0 | D | 10 | 43 | 19 | 4F |
| Octal | 324 | 327 | 274 | 1 | 0 | 15 | 20 | 103 | 31 | 117 |
| Binary | 11010100 | 11010111 | 10111100 | 1 | 0 | 1101 | 10000 | 1000011 | 11001 | 1001111 |
Color Harmonies of #D4D7BC
Complementary color
Monochromatic Colors of #D4D7BC
Black with #D4D7BC
Text Example
Text Example
White with #D4D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7BC; }
p { color: rgb(212,215,188); }
H1.HeaderClassName
{
color: #D4D7BC;
}
.AnyTagClassName
{
color: #D4D7BC;
}
</style>
background-color css
<style>
a { background-color: #D4D7BC; }
a { background-color: rgb(212,215,188); }
div.DivClassName
{
background-color: #D4D7BC;
}
.BgClassName
{
background-color: #D4D7BC;
}
</style>
border-color css
<style>
span { border-color: #D4D7BC; }
span { border-color: rgb(212,215,188); }
td.TdClassName
{
border-color: #D4D7BC;
}
.TagClassName
{
border-color: #D4D7BC;
}
</style>