#DAE8BF

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

Shades of Gin #DAE8BF

Tints of Gin #DAE8BF

Color information

#DAE8BF (or 0xDAE8BF) is unknown color: approx Gin. HEX triplet: DA, E8 and BF. RGB value is (218,232,191). Sum of RGB (Red+Green+Blue) = 218+232+191=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8BF is #251740. Grayscale: #DFDFDF. Windows color (decimal): -2430785 or 12576986. OLE color: 12576986.

HSL color Cylindrical-coordinate representation of color #DAE8BF: hue angle of 80.49º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE8BF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB218232191-
CMYK0.0600.180.09
HSL80.49º47.13%82.94%-
HSV(B)80.49º17.67%90.98%-
XYZ67.1776.3860.49-
YUV223.14109.86124.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 191 (75% from 255) = 29.80%
R=34.01%
G=36.19%
B=29.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182321910.0600.180.0980.4947.1382.94
HexDAE8BF60129502f53
Octal33235027760221112057123
Binary110110101110100010111111110010010100110100001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8BF; }

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

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

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

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

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

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

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

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