#DAE7BB

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

Shades of Gin #DAE7BB

Tints of Gin #DAE7BB

Color information

#DAE7BB (or 0xDAE7BB) is unknown color: approx Gin. HEX triplet: DA, E7 and BB. RGB value is (218,231,187). Sum of RGB (Red+Green+Blue) = 218+231+187=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BB is #251844. Grayscale: #DEDEDE. Windows color (decimal): -2431045 or 12314586. OLE color: 12314586.

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

Color convert

RGB218231187-
CMYK0.0600.190.09
HSL77.73º47.83%81.96%-
HSV(B)77.73º19.05%90.59%-
XYZ66.4675.6558.11-
YUV222.1108.19125.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 231 (90.62% from 255) = 36.32%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=34.28%
G=36.32%
B=29.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311870.0600.190.0977.7347.8381.96
HexDAE7BB601394e3052
Octal33234727360231111660122
Binary110110101110011110111011110010011100110011101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7BB; }

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

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

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

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

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

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

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

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