Shades of Celeste #D7DAC2
Tints of Celeste #D7DAC2
RGB
CMYK
RGB Variations
Color information
#D7DAC2 (or 0xD7DAC2) is known color: Celeste. HEX triplet: D7, DA and C2. RGB value is (215,218,194). Sum of RGB (Red+Green+Blue) = 215+218+194=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAC2 is #28253D. Grayscale: #D6D6D6. Windows color (decimal): -2630974 or 12770007. OLE color: 12770007.
HSL color Cylindrical-coordinate representation of color #D7DAC2: hue angle of 67.5º degrees, saturation: 0.24, 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 #D7DAC2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 218 | 194 | - |
CMYK | 0.01 | 0 | 0.11 | 0.15 |
HSL | 67.5º | 0.24% | 0.81% | - |
HSV(B) | 67.5º | 0.11% | 0.85% | - |
XYZ | 62.83 | 68.48 | 60.95 | - |
YUV | 214.37 | 116.51 | 128.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 194 | 0.01 | 0 | 0.11 | 0.15 | 67.5 | 0.24 | 0.81 |
Hex | D7 | DA | C2 | 1 | 0 | B | F | 44 | 18 | 51 |
Octal | 327 | 332 | 302 | 1 | 0 | 13 | 17 | 104 | 30 | 121 |
Binary | 11010111 | 11011010 | 11000010 | 1 | 0 | 1011 | 1111 | 1000100 | 11000 | 1010001 |
Color Harmonies of #D7DAC2
Complementary color
Monochromatic Colors of #D7DAC2
Black with #D7DAC2
Text Example
Text Example
White with #D7DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAC2; }
p { color: rgb(215,218,194); }
H1.HeaderClassName
{
color: #D7DAC2;
}
.AnyTagClassName
{
color: #D7DAC2;
}
</style>
background-color css
<style>
a { background-color: #D7DAC2; }
a { background-color: rgb(215,218,194); }
div.DivClassName
{
background-color: #D7DAC2;
}
.BgClassName
{
background-color: #D7DAC2;
}
</style>
border-color css
<style>
span { border-color: #D7DAC2; }
span { border-color: rgb(215,218,194); }
td.TdClassName
{
border-color: #D7DAC2;
}
.TagClassName
{
border-color: #D7DAC2;
}
</style>