Shades of Celeste #D1D1CF
Tints of Celeste #D1D1CF
RGB
CMYK
RGB Variations
Color information
#D1D1CF (or 0xD1D1CF) is known color: Celeste. HEX triplet: D1, D1 and CF. RGB value is (209,209,207). Sum of RGB (Red+Green+Blue) = 209+209+207=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1CF is #2E2E30. Grayscale: #D0D0D0. Windows color (decimal): -3026481 or 13619665. OLE color: 13619665.
HSL color Cylindrical-coordinate representation of color #D1D1CF: hue angle of 60º degrees, saturation: 0.02, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1D1CF is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 209 | 207 | - |
CMYK | 0 | 0 | 0.01 | 0.18 |
HSL | 60º | 0.02% | 0.82% | - |
HSV(B) | 60º | 0.01% | 0.82% | - |
XYZ | 60.36 | 63.66 | 68.14 | - |
YUV | 208.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 209 | 207 | 0 | 0 | 0.01 | 0.18 | 60 | 0.02 | 0.82 |
Hex | D1 | D1 | CF | 0 | 0 | 1 | 12 | 3C | 2 | 52 |
Octal | 321 | 321 | 317 | 0 | 0 | 1 | 22 | 74 | 2 | 122 |
Binary | 11010001 | 11010001 | 11001111 | 0 | 0 | 1 | 10010 | 111100 | 10 | 1010010 |
Color Harmonies of #D1D1CF
Complementary color
Monochromatic Colors of #D1D1CF
Black with #D1D1CF
Text Example
Text Example
White with #D1D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D1CF; }
p { color: rgb(209,209,207); }
H1.HeaderClassName
{
color: #D1D1CF;
}
.AnyTagClassName
{
color: #D1D1CF;
}
</style>
background-color css
<style>
a { background-color: #D1D1CF; }
a { background-color: rgb(209,209,207); }
div.DivClassName
{
background-color: #D1D1CF;
}
.BgClassName
{
background-color: #D1D1CF;
}
</style>
border-color css
<style>
span { border-color: #D1D1CF; }
span { border-color: rgb(209,209,207); }
td.TdClassName
{
border-color: #D1D1CF;
}
.TagClassName
{
border-color: #D1D1CF;
}
</style>