Shades of Celeste #D2D5BE
Tints of Celeste #D2D5BE
RGB
CMYK
RGB Variations
Color information
#D2D5BE (or 0xD2D5BE) is known color: Celeste. HEX triplet: D2, D5 and BE. RGB value is (210,213,190). Sum of RGB (Red+Green+Blue) = 210+213+190=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5BE is #2D2A41. Grayscale: #D1D1D1. Windows color (decimal): -2959938 or 12506578. OLE color: 12506578.
HSL color Cylindrical-coordinate representation of color #D2D5BE: hue angle of 67.83º 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 #D2D5BE is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 190 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.16 |
| HSL | 67.83º | 0.21% | 0.79% | - |
| HSV(B) | 67.83º | 0.11% | 0.84% | - |
| XYZ | 59.67 | 65.01 | 58.12 | - |
| YUV | 209.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 190 | 0.01 | 0 | 0.11 | 0.16 | 67.83 | 0.21 | 0.79 |
| Hex | D2 | D5 | BE | 1 | 0 | B | 10 | 44 | 15 | 4F |
| Octal | 322 | 325 | 276 | 1 | 0 | 13 | 20 | 104 | 25 | 117 |
| Binary | 11010010 | 11010101 | 10111110 | 1 | 0 | 1011 | 10000 | 1000100 | 10101 | 1001111 |
Color Harmonies of #D2D5BE
Complementary color
Monochromatic Colors of #D2D5BE
Black with #D2D5BE
Text Example
Text Example
White with #D2D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5BE; }
p { color: rgb(210,213,190); }
H1.HeaderClassName
{
color: #D2D5BE;
}
.AnyTagClassName
{
color: #D2D5BE;
}
</style>
background-color css
<style>
a { background-color: #D2D5BE; }
a { background-color: rgb(210,213,190); }
div.DivClassName
{
background-color: #D2D5BE;
}
.BgClassName
{
background-color: #D2D5BE;
}
</style>
border-color css
<style>
span { border-color: #D2D5BE; }
span { border-color: rgb(210,213,190); }
td.TdClassName
{
border-color: #D2D5BE;
}
.TagClassName
{
border-color: #D2D5BE;
}
</style>