Shades of Celeste #D1D1BB
Tints of Celeste #D1D1BB
RGB
CMYK
RGB Variations
Color information
#D1D1BB (or 0xD1D1BB) is known color: Celeste. HEX triplet: D1, D1 and BB. RGB value is (209,209,187). Sum of RGB (Red+Green+Blue) = 209+209+187=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1BB is #2E2E44. Grayscale: #CECECE. Windows color (decimal): -3026501 or 12308945. OLE color: 12308945.
HSL color Cylindrical-coordinate representation of color #D1D1BB: hue angle of 60º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D1BB is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 187 | - |
| CMYK | 0 | 0 | 0.11 | 0.18 |
| HSL | 60º | 0.19% | 0.78% | - |
| HSV(B) | 60º | 0.11% | 0.82% | - |
| XYZ | 58.06 | 62.74 | 56.06 | - |
| YUV | 206.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 187 | 0 | 0 | 0.11 | 0.18 | 60 | 0.19 | 0.78 |
| Hex | D1 | D1 | BB | 0 | 0 | B | 12 | 3C | 13 | 4E |
| Octal | 321 | 321 | 273 | 0 | 0 | 13 | 22 | 74 | 23 | 116 |
| Binary | 11010001 | 11010001 | 10111011 | 0 | 0 | 1011 | 10010 | 111100 | 10011 | 1001110 |
Color Harmonies of #D1D1BB
Complementary color
Monochromatic Colors of #D1D1BB
Black with #D1D1BB
Text Example
Text Example
White with #D1D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D1BB; }
p { color: rgb(209,209,187); }
H1.HeaderClassName
{
color: #D1D1BB;
}
.AnyTagClassName
{
color: #D1D1BB;
}
</style>
background-color css
<style>
a { background-color: #D1D1BB; }
a { background-color: rgb(209,209,187); }
div.DivClassName
{
background-color: #D1D1BB;
}
.BgClassName
{
background-color: #D1D1BB;
}
</style>
border-color css
<style>
span { border-color: #D1D1BB; }
span { border-color: rgb(209,209,187); }
td.TdClassName
{
border-color: #D1D1BB;
}
.TagClassName
{
border-color: #D1D1BB;
}
</style>