Shades of Gin #DAE6C7
Tints of Gin #DAE6C7
RGB
CMYK
RGB Variations
Color information
#DAE6C7 (or 0xDAE6C7) is known color: Gin. HEX triplet: DA, E6 and C7. RGB value is (218,230,199). Sum of RGB (Red+Green+Blue) = 218+230+199=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6C7 is #251938. Grayscale: #DEDEDE. Windows color (decimal): -2431289 or 13100762. OLE color: 13100762.
HSL color Cylindrical-coordinate representation of color #DAE6C7: hue angle of 83.23º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE6C7 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 199 | - |
CMYK | 0.05 | 0 | 0.13 | 0.10 |
HSL | 83.23º | 0.38% | 0.84% | - |
HSV(B) | 83.23º | 0.13% | 0.9% | - |
XYZ | 67.52 | 75.62 | 65.07 | - |
YUV | 222.88 | 114.52 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 199 | 0.05 | 0 | 0.13 | 0.10 | 83.23 | 0.38 | 0.84 |
Hex | DA | E6 | C7 | 5 | 0 | D | A | 53 | 26 | 54 |
Octal | 332 | 346 | 307 | 5 | 0 | 15 | 12 | 123 | 46 | 124 |
Binary | 11011010 | 11100110 | 11000111 | 101 | 0 | 1101 | 1010 | 1010011 | 100110 | 1010100 |
Color Harmonies of #DAE6C7
Complementary color
Monochromatic Colors of #DAE6C7
Black with #DAE6C7
Text Example
Text Example
White with #DAE6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6C7; }
p { color: rgb(218,230,199); }
H1.HeaderClassName
{
color: #DAE6C7;
}
.AnyTagClassName
{
color: #DAE6C7;
}
</style>
background-color css
<style>
a { background-color: #DAE6C7; }
a { background-color: rgb(218,230,199); }
div.DivClassName
{
background-color: #DAE6C7;
}
.BgClassName
{
background-color: #DAE6C7;
}
</style>
border-color css
<style>
span { border-color: #DAE6C7; }
span { border-color: rgb(218,230,199); }
td.TdClassName
{
border-color: #DAE6C7;
}
.TagClassName
{
border-color: #DAE6C7;
}
</style>