Shades of Celeste #D6D9C2
Tints of Celeste #D6D9C2
RGB
CMYK
RGB Variations
Color information
#D6D9C2 (or 0xD6D9C2) is known color: Celeste. HEX triplet: D6, D9 and C2. RGB value is (214,217,194). Sum of RGB (Red+Green+Blue) = 214+217+194=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9C2 is #29263D. Grayscale: #D5D5D5. Windows color (decimal): -2696766 or 12769750. OLE color: 12769750.
HSL color Cylindrical-coordinate representation of color #D6D9C2: hue angle of 67.83º 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 #D6D9C2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 217 | 194 | - |
CMYK | 0.01 | 0 | 0.11 | 0.15 |
HSL | 67.83º | 0.23% | 0.81% | - |
HSV(B) | 67.83º | 0.11% | 0.85% | - |
XYZ | 62.28 | 67.82 | 60.85 | - |
YUV | 213.48 | 117.01 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 217 | 194 | 0.01 | 0 | 0.11 | 0.15 | 67.83 | 0.23 | 0.81 |
Hex | D6 | D9 | C2 | 1 | 0 | B | F | 44 | 17 | 51 |
Octal | 326 | 331 | 302 | 1 | 0 | 13 | 17 | 104 | 27 | 121 |
Binary | 11010110 | 11011001 | 11000010 | 1 | 0 | 1011 | 1111 | 1000100 | 10111 | 1010001 |
Color Harmonies of #D6D9C2
Complementary color
Monochromatic Colors of #D6D9C2
Black with #D6D9C2
Text Example
Text Example
White with #D6D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9C2; }
p { color: rgb(214,217,194); }
H1.HeaderClassName
{
color: #D6D9C2;
}
.AnyTagClassName
{
color: #D6D9C2;
}
</style>
background-color css
<style>
a { background-color: #D6D9C2; }
a { background-color: rgb(214,217,194); }
div.DivClassName
{
background-color: #D6D9C2;
}
.BgClassName
{
background-color: #D6D9C2;
}
</style>
border-color css
<style>
span { border-color: #D6D9C2; }
span { border-color: rgb(214,217,194); }
td.TdClassName
{
border-color: #D6D9C2;
}
.TagClassName
{
border-color: #D6D9C2;
}
</style>