#DAE9BB

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

Shades of Gin #DAE9BB

Tints of Gin #DAE9BB

Color information

#DAE9BB (or 0xDAE9BB) is unknown color: approx Gin. HEX triplet: DA, E9 and BB. RGB value is (218,233,187). Sum of RGB (Red+Green+Blue) = 218+233+187=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9BB is #251644. Grayscale: #DFDFDF. Windows color (decimal): -2430533 or 12315098. OLE color: 12315098.

HSL color Cylindrical-coordinate representation of color #DAE9BB: hue angle of 79.57º degrees, saturation: 0.51, 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 #DAE9BB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB218233187-
CMYK0.0600.200.09
HSL79.57º51.11%82.35%-
HSV(B)79.57º19.74%91.37%-
XYZ67.0276.7758.3-
YUV223.27107.53124.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=34.17%
G=36.52%
B=29.31%

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
Decimal2182331870.0600.200.0979.5751.1182.35
HexDAE9BB60149503352
Octal33235127360241112063122
Binary110110101110100110111011110010100100110100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9BB; }

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

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

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

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

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

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

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

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