Shades of Gin #DAE4BF
Tints of Gin #DAE4BF
RGB
CMYK
RGB Variations
Color information
#DAE4BF (or 0xDAE4BF) is known color: Gin. HEX triplet: DA, E4 and BF. RGB value is (218,228,191). Sum of RGB (Red+Green+Blue) = 218+228+191=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4BF is #251B40. Grayscale: #DCDCDC. Windows color (decimal): -2431809 or 12575962. OLE color: 12575962.
HSL color Cylindrical-coordinate representation of color #DAE4BF: hue angle of 76.22º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE4BF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 191 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.11 |
| HSL | 76.22º | 0.41% | 0.82% | - |
| HSV(B) | 76.22º | 0.16% | 0.89% | - |
| XYZ | 66.06 | 74.15 | 60.12 | - |
| YUV | 220.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 191 | 0.04 | 0 | 0.16 | 0.11 | 76.22 | 0.41 | 0.82 |
| Hex | DA | E4 | BF | 4 | 0 | 10 | B | 4C | 29 | 52 |
| Octal | 332 | 344 | 277 | 4 | 0 | 20 | 13 | 114 | 51 | 122 |
| Binary | 11011010 | 11100100 | 10111111 | 100 | 0 | 10000 | 1011 | 1001100 | 101001 | 1010010 |
Color Harmonies of #DAE4BF
Complementary color
Monochromatic Colors of #DAE4BF
Black with #DAE4BF
Text Example
Text Example
White with #DAE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4BF; }
p { color: rgb(218,228,191); }
H1.HeaderClassName
{
color: #DAE4BF;
}
.AnyTagClassName
{
color: #DAE4BF;
}
</style>
background-color css
<style>
a { background-color: #DAE4BF; }
a { background-color: rgb(218,228,191); }
div.DivClassName
{
background-color: #DAE4BF;
}
.BgClassName
{
background-color: #DAE4BF;
}
</style>
border-color css
<style>
span { border-color: #DAE4BF; }
span { border-color: rgb(218,228,191); }
td.TdClassName
{
border-color: #DAE4BF;
}
.TagClassName
{
border-color: #DAE4BF;
}
</style>