#DAE9BA

Color #DAE9BA Gin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin #DAE9BA

Tints of Gin #DAE9BA

Color information

#DAE9BA (or 0xDAE9BA) is unknown color: approx Gin. HEX triplet: DA, E9 and BA. RGB value is (218,233,186). Sum of RGB (Red+Green+Blue) = 218+233+186=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9BA is #251645. Grayscale: #DFDFDF. Windows color (decimal): -2430534 or 12249562. OLE color: 12249562.

HSL color Cylindrical-coordinate representation of color #DAE9BA: hue angle of 79.15º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAE9BA is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB218233186-
CMYK0.0600.200.09
HSL79.15º51.65%82.16%-
HSV(B)79.15º20.17%91.37%-
XYZ66.9276.7357.74-
YUV223.16107.03124.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=34.22%
G=36.58%
B=29.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331860.0600.200.0979.1551.6582.16
HexDAE9BA601494f3452
Octal33235127260241111764122
Binary110110101110100110111010110010100100110011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9BA; }

 p { color: rgb(218,233,186); }

 H1.HeaderClassName
 {
   color: #DAE9BA;
 }
 .AnyTagClassName
 {
   color: #DAE9BA;
 }
</style>
background-color css

<style>
 a { background-color: #DAE9BA; }

 a { background-color: rgb(218,233,186); }

 div.DivClassName
 {
   background-color: #DAE9BA;
 }
 .BgClassName
 {
   background-color: #DAE9BA;
 }
</style>
border-color css

<style>
 span { border-color: #DAE9BA; }

 span { border-color: rgb(218,233,186); }

 td.TdClassName
 {
   border-color: #DAE9BA;
 }
 .TagClassName
 {
   border-color: #DAE9BA;
 }
</style>