#DAE7BC

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

Shades of Gin #DAE7BC

Tints of Gin #DAE7BC

Color information

#DAE7BC (or 0xDAE7BC) is unknown color: approx Gin. HEX triplet: DA, E7 and BC. RGB value is (218,231,188). Sum of RGB (Red+Green+Blue) = 218+231+188=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BC is #251843. Grayscale: #DEDEDE. Windows color (decimal): -2431044 or 12380122. OLE color: 12380122.

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

Color convert

RGB218231188-
CMYK0.0600.190.09
HSL78.14º47.25%82.16%-
HSV(B)78.14º18.61%90.59%-
XYZ66.5775.6958.68-
YUV222.21108.69125-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 188 (73.83% from 255) = 29.51%
R=34.22%
G=36.26%
B=29.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311880.0600.190.0978.1447.2582.16
HexDAE7BC601394e2f52
Octal33234727460231111657122
Binary110110101110011110111100110010011100110011101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7BC; }

 p { color: rgb(218,231,188); }

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

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

 a { background-color: rgb(218,231,188); }

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

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

 span { border-color: rgb(218,231,188); }

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