Shades of Celeste #D7D9C2
Tints of Celeste #D7D9C2
RGB
CMYK
RGB Variations
Color information
#D7D9C2 (or 0xD7D9C2) is known color: Celeste. HEX triplet: D7, D9 and C2. RGB value is (215,217,194). Sum of RGB (Red+Green+Blue) = 215+217+194=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9C2 is #28263D. Grayscale: #D5D5D5. Windows color (decimal): -2631230 or 12769751. OLE color: 12769751.
HSL color Cylindrical-coordinate representation of color #D7D9C2: hue angle of 65.22º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D9C2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 217 | 194 | - |
CMYK | 0.01 | 0 | 0.11 | 0.15 |
HSL | 65.22º | 0.23% | 0.81% | - |
HSV(B) | 65.22º | 0.11% | 0.85% | - |
XYZ | 62.57 | 67.97 | 60.86 | - |
YUV | 213.78 | 116.84 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 217 | 194 | 0.01 | 0 | 0.11 | 0.15 | 65.22 | 0.23 | 0.81 |
Hex | D7 | D9 | C2 | 1 | 0 | B | F | 41 | 17 | 51 |
Octal | 327 | 331 | 302 | 1 | 0 | 13 | 17 | 101 | 27 | 121 |
Binary | 11010111 | 11011001 | 11000010 | 1 | 0 | 1011 | 1111 | 1000001 | 10111 | 1010001 |
Color Harmonies of #D7D9C2
Complementary color
Monochromatic Colors of #D7D9C2
Black with #D7D9C2
Text Example
Text Example
White with #D7D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9C2; }
p { color: rgb(215,217,194); }
H1.HeaderClassName
{
color: #D7D9C2;
}
.AnyTagClassName
{
color: #D7D9C2;
}
</style>
background-color css
<style>
a { background-color: #D7D9C2; }
a { background-color: rgb(215,217,194); }
div.DivClassName
{
background-color: #D7D9C2;
}
.BgClassName
{
background-color: #D7D9C2;
}
</style>
border-color css
<style>
span { border-color: #D7D9C2; }
span { border-color: rgb(215,217,194); }
td.TdClassName
{
border-color: #D7D9C2;
}
.TagClassName
{
border-color: #D7D9C2;
}
</style>