#DAE8BD

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

Shades of Gin #DAE8BD

Tints of Gin #DAE8BD

Color information

#DAE8BD (or 0xDAE8BD) is unknown color: approx Gin. HEX triplet: DA, E8 and BD. RGB value is (218,232,189). Sum of RGB (Red+Green+Blue) = 218+232+189=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8BD is #251742. Grayscale: #DFDFDF. Windows color (decimal): -2430787 or 12445914. OLE color: 12445914.

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

Color convert

RGB218232189-
CMYK0.0600.190.09
HSL79.53º48.31%82.55%-
HSV(B)79.53º18.53%90.98%-
XYZ66.9676.2959.34-
YUV222.91108.86124.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=34.12%
G=36.31%
B=29.58%

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
Decimal2182321890.0600.190.0979.5348.3182.55
HexDAE8BD60139503053
Octal33235027560231112060123
Binary110110101110100010111101110010011100110100001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8BD; }

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

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

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

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

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

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

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

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