Shades of Gin #DAE6C3
Tints of Gin #DAE6C3
RGB
CMYK
RGB Variations
Color information
#DAE6C3 (or 0xDAE6C3) is known color: Gin. HEX triplet: DA, E6 and C3. RGB value is (218,230,195). Sum of RGB (Red+Green+Blue) = 218+230+195=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6C3 is #25193C. Grayscale: #DEDEDE. Windows color (decimal): -2431293 or 12838618. OLE color: 12838618.
HSL color Cylindrical-coordinate representation of color #DAE6C3: hue angle of 80.57º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE6C3 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 195 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.10 |
| HSL | 80.57º | 0.41% | 0.83% | - |
| HSV(B) | 80.57º | 0.15% | 0.9% | - |
| XYZ | 67.06 | 75.44 | 62.66 | - |
| YUV | 222.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 195 | 0.05 | 0 | 0.15 | 0.10 | 80.57 | 0.41 | 0.83 |
| Hex | DA | E6 | C3 | 5 | 0 | F | A | 51 | 29 | 53 |
| Octal | 332 | 346 | 303 | 5 | 0 | 17 | 12 | 121 | 51 | 123 |
| Binary | 11011010 | 11100110 | 11000011 | 101 | 0 | 1111 | 1010 | 1010001 | 101001 | 1010011 |
Color Harmonies of #DAE6C3
Complementary color
Monochromatic Colors of #DAE6C3
Black with #DAE6C3
Text Example
Text Example
White with #DAE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6C3; }
p { color: rgb(218,230,195); }
H1.HeaderClassName
{
color: #DAE6C3;
}
.AnyTagClassName
{
color: #DAE6C3;
}
</style>
background-color css
<style>
a { background-color: #DAE6C3; }
a { background-color: rgb(218,230,195); }
div.DivClassName
{
background-color: #DAE6C3;
}
.BgClassName
{
background-color: #DAE6C3;
}
</style>
border-color css
<style>
span { border-color: #DAE6C3; }
span { border-color: rgb(218,230,195); }
td.TdClassName
{
border-color: #DAE6C3;
}
.TagClassName
{
border-color: #DAE6C3;
}
</style>