#DAE4BF

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

Shades of Gin #DAE4BF

Tints of Gin #DAE4BF

Color information

#DAE4BF (or 0xDAE4BF) is unknown color: approx Gin. HEX triplet: DA, E4 and BF. RGB value is (218,228,191). Sum of RGB (Red+Green+Blue) = 218+228+191=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4BF is #251B40. Grayscale: #DCDCDC. Windows color (decimal): -2431809 or 12575962. OLE color: 12575962.

HSL color Cylindrical-coordinate representation of color #DAE4BF: hue angle of 76.22º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE4BF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB218228191-
CMYK0.0400.160.11
HSL76.22º40.66%82.16%-
HSV(B)76.22º16.23%89.41%-
XYZ66.0674.1560.12-
YUV220.79111.19126.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 191 (75% from 255) = 29.98%
R=34.22%
G=35.79%
B=29.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281910.0400.160.1176.2240.6682.16
HexDAE4BF4010B4c2952
Octal33234427740201311451122
Binary110110101110010010111111100010000101110011001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4BF; }

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

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

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

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

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

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

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

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