#DAE5BF

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

Shades of Gin #DAE5BF

Tints of Gin #DAE5BF

Color information

#DAE5BF (or 0xDAE5BF) is unknown color: approx Gin. HEX triplet: DA, E5 and BF. RGB value is (218,229,191). Sum of RGB (Red+Green+Blue) = 218+229+191=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BF is #251A40. Grayscale: #DDDDDD. Windows color (decimal): -2431553 or 12576218. OLE color: 12576218.

HSL color Cylindrical-coordinate representation of color #DAE5BF: hue angle of 77.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE5BF is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB218229191-
CMYK0.0500.170.10
HSL77.37º42.22%82.35%-
HSV(B)77.37º16.59%89.8%-
XYZ66.3474.7160.21-
YUV221.38110.86125.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 191 (75% from 255) = 29.94%
R=34.17%
G=35.89%
B=29.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291910.0500.170.1077.3742.2282.35
HexDAE5BF5011A4d2a52
Octal33234527750211211552122
Binary110110101110010110111111101010001101010011011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5BF; }

 p { color: rgb(218,229,191); }

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

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

 a { background-color: rgb(218,229,191); }

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

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

 span { border-color: rgb(218,229,191); }

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