#DAEAB8

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

Shades of Gin #DAEAB8

Tints of Gin #DAEAB8

Color information

#DAEAB8 (or 0xDAEAB8) is unknown color: approx Gin. HEX triplet: DA, EA and B8. RGB value is (218,234,184). Sum of RGB (Red+Green+Blue) = 218+234+184=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAB8 is #251547. Grayscale: #DFDFDF. Windows color (decimal): -2430280 or 12118746. OLE color: 12118746.

HSL color Cylindrical-coordinate representation of color #DAEAB8: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAEAB8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB218234184-
CMYK0.0700.210.08
HSL79.2º54.35%81.96%-
HSV(B)79.2º21.37%91.76%-
XYZ66.9977.2156.72-
YUV223.52105.7124.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 184 (72.27% from 255) = 28.93%
R=34.28%
G=36.79%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341840.0700.210.0879.254.3581.96
HexDAEAB8701584f3652
Octal33235227070251011766122
Binary110110101110101010111000111010101100010011111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAB8; }

 p { color: rgb(218,234,184); }

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

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

 a { background-color: rgb(218,234,184); }

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

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

 span { border-color: rgb(218,234,184); }

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