Shades of Celeste #D2D4BE
Tints of Celeste #D2D4BE
RGB
CMYK
RGB Variations
Color information
#D2D4BE (or 0xD2D4BE) is known color: Celeste. HEX triplet: D2, D4 and BE. RGB value is (210,212,190). Sum of RGB (Red+Green+Blue) = 210+212+190=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D4BE is #2D2B41. Grayscale: #D0D0D0. Windows color (decimal): -2960194 or 12506322. OLE color: 12506322.
HSL color Cylindrical-coordinate representation of color #D2D4BE: hue angle of 65.45º 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 #D2D4BE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 190 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.17 |
| HSL | 65.45º | 0.2% | 0.79% | - |
| HSV(B) | 65.45º | 0.1% | 0.83% | - |
| XYZ | 59.42 | 64.51 | 58.03 | - |
| YUV | 208.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 190 | 0.01 | 0 | 0.10 | 0.17 | 65.45 | 0.2 | 0.79 |
| Hex | D2 | D4 | BE | 1 | 0 | A | 11 | 41 | 14 | 4F |
| Octal | 322 | 324 | 276 | 1 | 0 | 12 | 21 | 101 | 24 | 117 |
| Binary | 11010010 | 11010100 | 10111110 | 1 | 0 | 1010 | 10001 | 1000001 | 10100 | 1001111 |
Color Harmonies of #D2D4BE
Complementary color
Monochromatic Colors of #D2D4BE
Black with #D2D4BE
Text Example
Text Example
White with #D2D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D4BE; }
p { color: rgb(210,212,190); }
H1.HeaderClassName
{
color: #D2D4BE;
}
.AnyTagClassName
{
color: #D2D4BE;
}
</style>
background-color css
<style>
a { background-color: #D2D4BE; }
a { background-color: rgb(210,212,190); }
div.DivClassName
{
background-color: #D2D4BE;
}
.BgClassName
{
background-color: #D2D4BE;
}
</style>
border-color css
<style>
span { border-color: #D2D4BE; }
span { border-color: rgb(210,212,190); }
td.TdClassName
{
border-color: #D2D4BE;
}
.TagClassName
{
border-color: #D2D4BE;
}
</style>