Shades of Celeste #D2D3BE
Tints of Celeste #D2D3BE
RGB
CMYK
RGB Variations
Color information
#D2D3BE (or 0xD2D3BE) is known color: Celeste. HEX triplet: D2, D3 and BE. RGB value is (210,211,190). Sum of RGB (Red+Green+Blue) = 210+211+190=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3BE is #2D2C41. Grayscale: #D0D0D0. Windows color (decimal): -2960450 or 12506066. OLE color: 12506066.
HSL color Cylindrical-coordinate representation of color #D2D3BE: hue angle of 62.86º degrees, saturation: 0.19, 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 #D2D3BE is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 190 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.17 |
| HSL | 62.86º | 0.19% | 0.79% | - |
| HSV(B) | 62.86º | 0.1% | 0.83% | - |
| XYZ | 59.17 | 64.01 | 57.95 | - |
| YUV | 208.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 190 | 0.00 | 0 | 0.10 | 0.17 | 62.86 | 0.19 | 0.79 |
| Hex | D2 | D3 | BE | 0 | 0 | A | 11 | 3F | 13 | 4F |
| Octal | 322 | 323 | 276 | 0 | 0 | 12 | 21 | 77 | 23 | 117 |
| Binary | 11010010 | 11010011 | 10111110 | 0 | 0 | 1010 | 10001 | 111111 | 10011 | 1001111 |
Color Harmonies of #D2D3BE
Complementary color
Monochromatic Colors of #D2D3BE
Black with #D2D3BE
Text Example
Text Example
White with #D2D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D3BE; }
p { color: rgb(210,211,190); }
H1.HeaderClassName
{
color: #D2D3BE;
}
.AnyTagClassName
{
color: #D2D3BE;
}
</style>
background-color css
<style>
a { background-color: #D2D3BE; }
a { background-color: rgb(210,211,190); }
div.DivClassName
{
background-color: #D2D3BE;
}
.BgClassName
{
background-color: #D2D3BE;
}
</style>
border-color css
<style>
span { border-color: #D2D3BE; }
span { border-color: rgb(210,211,190); }
td.TdClassName
{
border-color: #D2D3BE;
}
.TagClassName
{
border-color: #D2D3BE;
}
</style>