Shades of Celeste #D1D1BD
Tints of Celeste #D1D1BD
RGB
CMYK
RGB Variations
Color information
#D1D1BD (or 0xD1D1BD) is known color: Celeste. HEX triplet: D1, D1 and BD. RGB value is (209,209,189). Sum of RGB (Red+Green+Blue) = 209+209+189=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1BD is #2E2E42. Grayscale: #CECECE. Windows color (decimal): -3026499 or 12440017. OLE color: 12440017.
HSL color Cylindrical-coordinate representation of color #D1D1BD: hue angle of 60º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1D1BD is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 209 | 189 | - |
CMYK | 0 | 0 | 0.10 | 0.18 |
HSL | 60º | 0.18% | 0.78% | - |
HSV(B) | 60º | 0.1% | 0.82% | - |
XYZ | 58.28 | 62.83 | 57.2 | - |
YUV | 206.72 | 118 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 209 | 189 | 0 | 0 | 0.10 | 0.18 | 60 | 0.18 | 0.78 |
Hex | D1 | D1 | BD | 0 | 0 | A | 12 | 3C | 12 | 4E |
Octal | 321 | 321 | 275 | 0 | 0 | 12 | 22 | 74 | 22 | 116 |
Binary | 11010001 | 11010001 | 10111101 | 0 | 0 | 1010 | 10010 | 111100 | 10010 | 1001110 |
Color Harmonies of #D1D1BD
Complementary color
Monochromatic Colors of #D1D1BD
Black with #D1D1BD
Text Example
Text Example
White with #D1D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D1BD; }
p { color: rgb(209,209,189); }
H1.HeaderClassName
{
color: #D1D1BD;
}
.AnyTagClassName
{
color: #D1D1BD;
}
</style>
background-color css
<style>
a { background-color: #D1D1BD; }
a { background-color: rgb(209,209,189); }
div.DivClassName
{
background-color: #D1D1BD;
}
.BgClassName
{
background-color: #D1D1BD;
}
</style>
border-color css
<style>
span { border-color: #D1D1BD; }
span { border-color: rgb(209,209,189); }
td.TdClassName
{
border-color: #D1D1BD;
}
.TagClassName
{
border-color: #D1D1BD;
}
</style>