#DAEABB

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

Shades of Gin #DAEABB

Tints of Gin #DAEABB

Color information

#DAEABB (or 0xDAEABB) is unknown color: approx Gin. HEX triplet: DA, EA and BB. RGB value is (218,234,187). Sum of RGB (Red+Green+Blue) = 218+234+187=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEABB is #251544. Grayscale: #E0E0E0. Windows color (decimal): -2430277 or 12315354. OLE color: 12315354.

HSL color Cylindrical-coordinate representation of color #DAEABB: hue angle of 80.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAEABB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB218234187-
CMYK0.0700.200.08
HSL80.43º52.81%82.55%-
HSV(B)80.43º20.09%91.76%-
XYZ67.3177.3458.39-
YUV223.86107.2123.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=34.12%
G=36.62%
B=29.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341870.0700.200.0880.4352.8182.55
HexDAEABB70148503553
Octal33235227370241012065123
Binary110110101110101010111011111010100100010100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEABB; }

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

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

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

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

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

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

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

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