Shades of Celeste #D0D0BF
Tints of Celeste #D0D0BF
RGB
CMYK
RGB Variations
Color information
#D0D0BF (or 0xD0D0BF) is known color: Celeste. HEX triplet: D0, D0 and BF. RGB value is (208,208,191). Sum of RGB (Red+Green+Blue) = 208+208+191=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0BF is #2F2F40. Grayscale: #CECECE. Windows color (decimal): -3092289 or 12570832. OLE color: 12570832.
HSL color Cylindrical-coordinate representation of color #D0D0BF: hue angle of 60º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0D0BF is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 191 | - |
| CMYK | 0 | 0 | 0.08 | 0.18 |
| HSL | 60º | 0.15% | 0.78% | - |
| HSV(B) | 60º | 0.08% | 0.82% | - |
| XYZ | 57.97 | 62.28 | 58.26 | - |
| YUV | 206.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 191 | 0 | 0 | 0.08 | 0.18 | 60 | 0.15 | 0.78 |
| Hex | D0 | D0 | BF | 0 | 0 | 8 | 12 | 3C | F | 4E |
| Octal | 320 | 320 | 277 | 0 | 0 | 10 | 22 | 74 | 17 | 116 |
| Binary | 11010000 | 11010000 | 10111111 | 0 | 0 | 1000 | 10010 | 111100 | 1111 | 1001110 |
Color Harmonies of #D0D0BF
Complementary color
Monochromatic Colors of #D0D0BF
Black with #D0D0BF
Text Example
Text Example
White with #D0D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0BF; }
p { color: rgb(208,208,191); }
H1.HeaderClassName
{
color: #D0D0BF;
}
.AnyTagClassName
{
color: #D0D0BF;
}
</style>
background-color css
<style>
a { background-color: #D0D0BF; }
a { background-color: rgb(208,208,191); }
div.DivClassName
{
background-color: #D0D0BF;
}
.BgClassName
{
background-color: #D0D0BF;
}
</style>
border-color css
<style>
span { border-color: #D0D0BF; }
span { border-color: rgb(208,208,191); }
td.TdClassName
{
border-color: #D0D0BF;
}
.TagClassName
{
border-color: #D0D0BF;
}
</style>