Shades of Celeste #D1D1BF
Tints of Celeste #D1D1BF
RGB
CMYK
RGB Variations
Color information
#D1D1BF (or 0xD1D1BF) is known color: Celeste. HEX triplet: D1, D1 and BF. RGB value is (209,209,191). Sum of RGB (Red+Green+Blue) = 209+209+191=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1BF is #2E2E40. Grayscale: #CFCFCF. Windows color (decimal): -3026497 or 12571089. OLE color: 12571089.
HSL color Cylindrical-coordinate representation of color #D1D1BF: hue angle of 60º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1D1BF is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 191 | - |
| CMYK | 0 | 0 | 0.09 | 0.18 |
| HSL | 60º | 0.16% | 0.78% | - |
| HSV(B) | 60º | 0.09% | 0.82% | - |
| XYZ | 58.5 | 62.92 | 58.35 | - |
| YUV | 206.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 191 | 0 | 0 | 0.09 | 0.18 | 60 | 0.16 | 0.78 |
| Hex | D1 | D1 | BF | 0 | 0 | 9 | 12 | 3C | 10 | 4E |
| Octal | 321 | 321 | 277 | 0 | 0 | 11 | 22 | 74 | 20 | 116 |
| Binary | 11010001 | 11010001 | 10111111 | 0 | 0 | 1001 | 10010 | 111100 | 10000 | 1001110 |
Color Harmonies of #D1D1BF
Complementary color
Monochromatic Colors of #D1D1BF
Black with #D1D1BF
Text Example
Text Example
White with #D1D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D1BF; }
p { color: rgb(209,209,191); }
H1.HeaderClassName
{
color: #D1D1BF;
}
.AnyTagClassName
{
color: #D1D1BF;
}
</style>
background-color css
<style>
a { background-color: #D1D1BF; }
a { background-color: rgb(209,209,191); }
div.DivClassName
{
background-color: #D1D1BF;
}
.BgClassName
{
background-color: #D1D1BF;
}
</style>
border-color css
<style>
span { border-color: #D1D1BF; }
span { border-color: rgb(209,209,191); }
td.TdClassName
{
border-color: #D1D1BF;
}
.TagClassName
{
border-color: #D1D1BF;
}
</style>