#DAEBB7

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

Shades of Gin #DAEBB7

Tints of Gin #DAEBB7

Color information

#DAEBB7 (or 0xDAEBB7) is unknown color: approx Gin. HEX triplet: DA, EB and B7. RGB value is (218,235,183). Sum of RGB (Red+Green+Blue) = 218+235+183=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBB7 is #251448. Grayscale: #E0E0E0. Windows color (decimal): -2430025 or 12053466. OLE color: 12053466.

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

Color convert

RGB218235183-
CMYK0.0700.220.08
HSL79.62º56.52%81.96%-
HSV(B)79.62º22.13%92.16%-
XYZ67.1777.7456.27-
YUV223.99104.87123.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 183 (71.88% from 255) = 28.77%
R=34.28%
G=36.95%
B=28.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351830.0700.220.0879.6256.5281.96
HexDAEBB770168503952
Octal33235326770261012071122
Binary110110101110101110110111111010110100010100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBB7; }

 p { color: rgb(218,235,183); }

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

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

 a { background-color: rgb(218,235,183); }

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

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

 span { border-color: rgb(218,235,183); }

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