#DAE6BF

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

Shades of Gin #DAE6BF

Tints of Gin #DAE6BF

Color information

#DAE6BF (or 0xDAE6BF) is unknown color: approx Gin. HEX triplet: DA, E6 and BF. RGB value is (218,230,191). Sum of RGB (Red+Green+Blue) = 218+230+191=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6BF is #251940. Grayscale: #DEDEDE. Windows color (decimal): -2431297 or 12576474. OLE color: 12576474.

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

Color convert

RGB218230191-
CMYK0.0500.170.10
HSL78.46º43.82%82.55%-
HSV(B)78.46º16.96%90.2%-
XYZ66.6175.2660.31-
YUV221.97110.52125.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 191 (75% from 255) = 29.89%
R=34.12%
G=35.99%
B=29.89%

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
Decimal2182301910.0500.170.1078.4643.8282.55
HexDAE6BF5011A4e2c53
Octal33234627750211211654123
Binary110110101110011010111111101010001101010011101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6BF; }

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

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

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

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

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

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

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

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