Shades of Celeste #D4D4BA
Tints of Celeste #D4D4BA
RGB
CMYK
RGB Variations
Color information
#D4D4BA (or 0xD4D4BA) is known color: Celeste. HEX triplet: D4, D4 and BA. RGB value is (212,212,186). Sum of RGB (Red+Green+Blue) = 212+212+186=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4BA is #2B2B45. Grayscale: #D1D1D1. Windows color (decimal): -2829126 or 12244180. OLE color: 12244180.
HSL color Cylindrical-coordinate representation of color #D4D4BA: hue angle of 60º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D4BA is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 212 | 186 | - |
CMYK | 0 | 0 | 0.12 | 0.17 |
HSL | 60º | 0.23% | 0.78% | - |
HSV(B) | 60º | 0.12% | 0.83% | - |
XYZ | 59.56 | 64.63 | 55.79 | - |
YUV | 209.04 | 115 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 186 | 0 | 0 | 0.12 | 0.17 | 60 | 0.23 | 0.78 |
Hex | D4 | D4 | BA | 0 | 0 | C | 11 | 3C | 17 | 4E |
Octal | 324 | 324 | 272 | 0 | 0 | 14 | 21 | 74 | 27 | 116 |
Binary | 11010100 | 11010100 | 10111010 | 0 | 0 | 1100 | 10001 | 111100 | 10111 | 1001110 |
Color Harmonies of #D4D4BA
Complementary color
Monochromatic Colors of #D4D4BA
Black with #D4D4BA
Text Example
Text Example
White with #D4D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4BA; }
p { color: rgb(212,212,186); }
H1.HeaderClassName
{
color: #D4D4BA;
}
.AnyTagClassName
{
color: #D4D4BA;
}
</style>
background-color css
<style>
a { background-color: #D4D4BA; }
a { background-color: rgb(212,212,186); }
div.DivClassName
{
background-color: #D4D4BA;
}
.BgClassName
{
background-color: #D4D4BA;
}
</style>
border-color css
<style>
span { border-color: #D4D4BA; }
span { border-color: rgb(212,212,186); }
td.TdClassName
{
border-color: #D4D4BA;
}
.TagClassName
{
border-color: #D4D4BA;
}
</style>