Shades of Celeste #D4D5BE
Tints of Celeste #D4D5BE
RGB
CMYK
RGB Variations
Color information
#D4D5BE (or 0xD4D5BE) is known color: Celeste. HEX triplet: D4, D5 and BE. RGB value is (212,213,190). Sum of RGB (Red+Green+Blue) = 212+213+190=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5BE is #2B2A41. Grayscale: #D2D2D2. Windows color (decimal): -2828866 or 12506580. OLE color: 12506580.
HSL color Cylindrical-coordinate representation of color #D4D5BE: hue angle of 62.61º degrees, saturation: 0.21, 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 #D4D5BE is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 213 | 190 | - |
CMYK | 0.00 | 0 | 0.11 | 0.16 |
HSL | 62.61º | 0.21% | 0.79% | - |
HSV(B) | 62.61º | 0.11% | 0.84% | - |
XYZ | 60.24 | 65.3 | 58.15 | - |
YUV | 210.08 | 116.67 | 129.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 190 | 0.00 | 0 | 0.11 | 0.16 | 62.61 | 0.21 | 0.79 |
Hex | D4 | D5 | BE | 0 | 0 | B | 10 | 3F | 15 | 4F |
Octal | 324 | 325 | 276 | 0 | 0 | 13 | 20 | 77 | 25 | 117 |
Binary | 11010100 | 11010101 | 10111110 | 0 | 0 | 1011 | 10000 | 111111 | 10101 | 1001111 |
Color Harmonies of #D4D5BE
Complementary color
Monochromatic Colors of #D4D5BE
Black with #D4D5BE
Text Example
Text Example
White with #D4D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5BE; }
p { color: rgb(212,213,190); }
H1.HeaderClassName
{
color: #D4D5BE;
}
.AnyTagClassName
{
color: #D4D5BE;
}
</style>
background-color css
<style>
a { background-color: #D4D5BE; }
a { background-color: rgb(212,213,190); }
div.DivClassName
{
background-color: #D4D5BE;
}
.BgClassName
{
background-color: #D4D5BE;
}
</style>
border-color css
<style>
span { border-color: #D4D5BE; }
span { border-color: rgb(212,213,190); }
td.TdClassName
{
border-color: #D4D5BE;
}
.TagClassName
{
border-color: #D4D5BE;
}
</style>