Shades of Celeste #D0D2BF
Tints of Celeste #D0D2BF
RGB
CMYK
RGB Variations
Color information
#D0D2BF (or 0xD0D2BF) is known color: Celeste. HEX triplet: D0, D2 and BF. RGB value is (208,210,191). Sum of RGB (Red+Green+Blue) = 208+210+191=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D2BF is #2F2D40. Grayscale: #CFCFCF. Windows color (decimal): -3091777 or 12571344. OLE color: 12571344.
HSL color Cylindrical-coordinate representation of color #D0D2BF: hue angle of 66.32º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0D2BF is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 191 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.18 |
| HSL | 66.32º | 0.17% | 0.79% | - |
| HSV(B) | 66.32º | 0.09% | 0.82% | - |
| XYZ | 58.46 | 63.26 | 58.42 | - |
| YUV | 207.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 191 | 0.01 | 0 | 0.09 | 0.18 | 66.32 | 0.17 | 0.79 |
| Hex | D0 | D2 | BF | 1 | 0 | 9 | 12 | 42 | 11 | 4F |
| Octal | 320 | 322 | 277 | 1 | 0 | 11 | 22 | 102 | 21 | 117 |
| Binary | 11010000 | 11010010 | 10111111 | 1 | 0 | 1001 | 10010 | 1000010 | 10001 | 1001111 |
Color Harmonies of #D0D2BF
Complementary color
Monochromatic Colors of #D0D2BF
Black with #D0D2BF
Text Example
Text Example
White with #D0D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2BF; }
p { color: rgb(208,210,191); }
H1.HeaderClassName
{
color: #D0D2BF;
}
.AnyTagClassName
{
color: #D0D2BF;
}
</style>
background-color css
<style>
a { background-color: #D0D2BF; }
a { background-color: rgb(208,210,191); }
div.DivClassName
{
background-color: #D0D2BF;
}
.BgClassName
{
background-color: #D0D2BF;
}
</style>
border-color css
<style>
span { border-color: #D0D2BF; }
span { border-color: rgb(208,210,191); }
td.TdClassName
{
border-color: #D0D2BF;
}
.TagClassName
{
border-color: #D0D2BF;
}
</style>