#DAE2CD

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

Shades of Gin #DAE2CD

Tints of Gin #DAE2CD

Color information

#DAE2CD (or 0xDAE2CD) is unknown color: approx Gin. HEX triplet: DA, E2 and CD. RGB value is (218,226,205). Sum of RGB (Red+Green+Blue) = 218+226+205=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2CD is #251D32. Grayscale: #DDDDDD. Windows color (decimal): -2432307 or 13492954. OLE color: 13492954.

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

Color convert

RGB218226205-
CMYK0.0400.090.11
HSL82.86º26.58%84.51%-
HSV(B)82.86º9.29%88.63%-
XYZ67.1373.7168.45-
YUV221.21118.85125.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=33.59%
G=34.82%
B=31.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182262050.0400.090.1182.8626.5884.51
HexDAE2CD409B531b55
Octal33234231540111312333125
Binary1101101011100010110011011000100110111010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2CD; }

 p { color: rgb(218,226,205); }

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

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

 a { background-color: rgb(218,226,205); }

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

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

 span { border-color: rgb(218,226,205); }

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