Shades of Gin #DAE7C7
Tints of Gin #DAE7C7
RGB
CMYK
RGB Variations
Color information
#DAE7C7 (or 0xDAE7C7) is known color: Gin. HEX triplet: DA, E7 and C7. RGB value is (218,231,199). Sum of RGB (Red+Green+Blue) = 218+231+199=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7C7 is #251838. Grayscale: #DFDFDF. Windows color (decimal): -2431033 or 13101018. OLE color: 13101018.
HSL color Cylindrical-coordinate representation of color #DAE7C7: hue angle of 84.38º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAE7C7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 199 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.09 |
| HSL | 84.38º | 0.4% | 0.84% | - |
| HSV(B) | 84.38º | 0.14% | 0.91% | - |
| XYZ | 67.8 | 76.18 | 65.16 | - |
| YUV | 223.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 199 | 0.06 | 0 | 0.14 | 0.09 | 84.38 | 0.4 | 0.84 |
| Hex | DA | E7 | C7 | 6 | 0 | E | 9 | 54 | 28 | 54 |
| Octal | 332 | 347 | 307 | 6 | 0 | 16 | 11 | 124 | 50 | 124 |
| Binary | 11011010 | 11100111 | 11000111 | 110 | 0 | 1110 | 1001 | 1010100 | 101000 | 1010100 |
Color Harmonies of #DAE7C7
Complementary color
Monochromatic Colors of #DAE7C7
Black with #DAE7C7
Text Example
Text Example
White with #DAE7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7C7; }
p { color: rgb(218,231,199); }
H1.HeaderClassName
{
color: #DAE7C7;
}
.AnyTagClassName
{
color: #DAE7C7;
}
</style>
background-color css
<style>
a { background-color: #DAE7C7; }
a { background-color: rgb(218,231,199); }
div.DivClassName
{
background-color: #DAE7C7;
}
.BgClassName
{
background-color: #DAE7C7;
}
</style>
border-color css
<style>
span { border-color: #DAE7C7; }
span { border-color: rgb(218,231,199); }
td.TdClassName
{
border-color: #DAE7C7;
}
.TagClassName
{
border-color: #DAE7C7;
}
</style>