#DAE1CE

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

Shades of Gin #DAE1CE

Tints of Gin #DAE1CE

Color information

#DAE1CE (or 0xDAE1CE) is unknown color: approx Gin. HEX triplet: DA, E1 and CE. RGB value is (218,225,206). Sum of RGB (Red+Green+Blue) = 218+225+206=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CE is #251E31. Grayscale: #DCDCDC. Windows color (decimal): -2432562 or 13558234. OLE color: 13558234.

HSL color Cylindrical-coordinate representation of color #DAE1CE: hue angle of 82.11º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE1CE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB218225206-
CMYK0.0300.080.12
HSL82.11º24.05%84.51%-
HSV(B)82.11º8.44%88.24%-
XYZ66.9873.2168.99-
YUV220.74119.68126.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=33.59%
G=34.67%
B=31.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252060.0300.080.1282.1124.0584.51
HexDAE1CE308C521855
Octal33234131630101412230125
Binary110110101110000111001110110100011001010010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1CE; }

 p { color: rgb(218,225,206); }

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

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

 a { background-color: rgb(218,225,206); }

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

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

 span { border-color: rgb(218,225,206); }

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