Shades of Celeste #D4D4BC
Tints of Celeste #D4D4BC
RGB
CMYK
RGB Variations
Color information
#D4D4BC (or 0xD4D4BC) is known color: Celeste. HEX triplet: D4, D4 and BC. RGB value is (212,212,188). Sum of RGB (Red+Green+Blue) = 212+212+188=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4BC is #2B2B43. Grayscale: #D1D1D1. Windows color (decimal): -2829124 or 12375252. OLE color: 12375252.
HSL color Cylindrical-coordinate representation of color #D4D4BC: hue angle of 60º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4D4BC is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 188 | - |
| CMYK | 0 | 0 | 0.11 | 0.17 |
| HSL | 60º | 0.22% | 0.78% | - |
| HSV(B) | 60º | 0.11% | 0.83% | - |
| XYZ | 59.77 | 64.71 | 56.92 | - |
| YUV | 209.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 188 | 0 | 0 | 0.11 | 0.17 | 60 | 0.22 | 0.78 |
| Hex | D4 | D4 | BC | 0 | 0 | B | 11 | 3C | 16 | 4E |
| Octal | 324 | 324 | 274 | 0 | 0 | 13 | 21 | 74 | 26 | 116 |
| Binary | 11010100 | 11010100 | 10111100 | 0 | 0 | 1011 | 10001 | 111100 | 10110 | 1001110 |
Color Harmonies of #D4D4BC
Complementary color
Monochromatic Colors of #D4D4BC
Black with #D4D4BC
Text Example
Text Example
White with #D4D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4BC; }
p { color: rgb(212,212,188); }
H1.HeaderClassName
{
color: #D4D4BC;
}
.AnyTagClassName
{
color: #D4D4BC;
}
</style>
background-color css
<style>
a { background-color: #D4D4BC; }
a { background-color: rgb(212,212,188); }
div.DivClassName
{
background-color: #D4D4BC;
}
.BgClassName
{
background-color: #D4D4BC;
}
</style>
border-color css
<style>
span { border-color: #D4D4BC; }
span { border-color: rgb(212,212,188); }
td.TdClassName
{
border-color: #D4D4BC;
}
.TagClassName
{
border-color: #D4D4BC;
}
</style>