Shades of Gin #DAEABB
Tints of Gin #DAEABB
RGB
CMYK
RGB Variations
Color information
#DAEABB (or 0xDAEABB) is known color: Gin. HEX triplet: DA, EA and BB. RGB value is (218,234,187). Sum of RGB (Red+Green+Blue) = 218+234+187=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEABB is #251544. Grayscale: #E0E0E0. Windows color (decimal): -2430277 or 12315354. OLE color: 12315354.
HSL color Cylindrical-coordinate representation of color #DAEABB: hue angle of 80.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAEABB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 234 | 187 | - |
CMYK | 0.07 | 0 | 0.20 | 0.08 |
HSL | 80.43º | 0.53% | 0.83% | - |
HSV(B) | 80.43º | 0.2% | 0.92% | - |
XYZ | 67.31 | 77.34 | 58.39 | - |
YUV | 223.86 | 107.2 | 123.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 187 | 0.07 | 0 | 0.20 | 0.08 | 80.43 | 0.53 | 0.83 |
Hex | DA | EA | BB | 7 | 0 | 14 | 8 | 50 | 35 | 53 |
Octal | 332 | 352 | 273 | 7 | 0 | 24 | 10 | 120 | 65 | 123 |
Binary | 11011010 | 11101010 | 10111011 | 111 | 0 | 10100 | 1000 | 1010000 | 110101 | 1010011 |
Color Harmonies of #DAEABB
Complementary color
Monochromatic Colors of #DAEABB
Black with #DAEABB
Text Example
Text Example
White with #DAEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEABB; }
p { color: rgb(218,234,187); }
H1.HeaderClassName
{
color: #DAEABB;
}
.AnyTagClassName
{
color: #DAEABB;
}
</style>
background-color css
<style>
a { background-color: #DAEABB; }
a { background-color: rgb(218,234,187); }
div.DivClassName
{
background-color: #DAEABB;
}
.BgClassName
{
background-color: #DAEABB;
}
</style>
border-color css
<style>
span { border-color: #DAEABB; }
span { border-color: rgb(218,234,187); }
td.TdClassName
{
border-color: #DAEABB;
}
.TagClassName
{
border-color: #DAEABB;
}
</style>