Shades of Celeste #D4D4BE
Tints of Celeste #D4D4BE
RGB
CMYK
RGB Variations
Color information
#D4D4BE (or 0xD4D4BE) is known color: Celeste. HEX triplet: D4, D4 and BE. RGB value is (212,212,190). Sum of RGB (Red+Green+Blue) = 212+212+190=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4BE is #2B2B41. Grayscale: #D1D1D1. Windows color (decimal): -2829122 or 12506324. OLE color: 12506324.
HSL color Cylindrical-coordinate representation of color #D4D4BE: hue angle of 60º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D4BE is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 212 | 190 | - |
CMYK | 0 | 0 | 0.10 | 0.17 |
HSL | 60º | 0.2% | 0.79% | - |
HSV(B) | 60º | 0.1% | 0.83% | - |
XYZ | 59.99 | 64.8 | 58.06 | - |
YUV | 209.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 190 | 0 | 0 | 0.10 | 0.17 | 60 | 0.2 | 0.79 |
Hex | D4 | D4 | BE | 0 | 0 | A | 11 | 3C | 14 | 4F |
Octal | 324 | 324 | 276 | 0 | 0 | 12 | 21 | 74 | 24 | 117 |
Binary | 11010100 | 11010100 | 10111110 | 0 | 0 | 1010 | 10001 | 111100 | 10100 | 1001111 |
Color Harmonies of #D4D4BE
Complementary color
Monochromatic Colors of #D4D4BE
Black with #D4D4BE
Text Example
Text Example
White with #D4D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4BE; }
p { color: rgb(212,212,190); }
H1.HeaderClassName
{
color: #D4D4BE;
}
.AnyTagClassName
{
color: #D4D4BE;
}
</style>
background-color css
<style>
a { background-color: #D4D4BE; }
a { background-color: rgb(212,212,190); }
div.DivClassName
{
background-color: #D4D4BE;
}
.BgClassName
{
background-color: #D4D4BE;
}
</style>
border-color css
<style>
span { border-color: #D4D4BE; }
span { border-color: rgb(212,212,190); }
td.TdClassName
{
border-color: #D4D4BE;
}
.TagClassName
{
border-color: #D4D4BE;
}
</style>