Shades of Gin #DAEAB7
Tints of Gin #DAEAB7
RGB
CMYK
RGB Variations
Color information
#DAEAB7 (or 0xDAEAB7) is known color: Gin. HEX triplet: DA, EA and B7. RGB value is (218,234,183). Sum of RGB (Red+Green+Blue) = 218+234+183=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAB7 is #251548. Grayscale: #DFDFDF. Windows color (decimal): -2430281 or 12053210. OLE color: 12053210.
HSL color Cylindrical-coordinate representation of color #DAEAB7: hue angle of 78.82º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAEAB7 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 183 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.08 |
| HSL | 78.82º | 0.55% | 0.82% | - |
| HSV(B) | 78.82º | 0.22% | 0.92% | - |
| XYZ | 66.88 | 77.17 | 56.17 | - |
| YUV | 223.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 183 | 0.07 | 0 | 0.22 | 0.08 | 78.82 | 0.55 | 0.82 |
| Hex | DA | EA | B7 | 7 | 0 | 16 | 8 | 4F | 37 | 52 |
| Octal | 332 | 352 | 267 | 7 | 0 | 26 | 10 | 117 | 67 | 122 |
| Binary | 11011010 | 11101010 | 10110111 | 111 | 0 | 10110 | 1000 | 1001111 | 110111 | 1010010 |
Color Harmonies of #DAEAB7
Complementary color
Monochromatic Colors of #DAEAB7
Black with #DAEAB7
Text Example
Text Example
White with #DAEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAB7; }
p { color: rgb(218,234,183); }
H1.HeaderClassName
{
color: #DAEAB7;
}
.AnyTagClassName
{
color: #DAEAB7;
}
</style>
background-color css
<style>
a { background-color: #DAEAB7; }
a { background-color: rgb(218,234,183); }
div.DivClassName
{
background-color: #DAEAB7;
}
.BgClassName
{
background-color: #DAEAB7;
}
</style>
border-color css
<style>
span { border-color: #DAEAB7; }
span { border-color: rgb(218,234,183); }
td.TdClassName
{
border-color: #DAEAB7;
}
.TagClassName
{
border-color: #DAEAB7;
}
</style>