#DAE3CA

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

Shades of Gin #DAE3CA

Tints of Gin #DAE3CA

Color information

#DAE3CA (or 0xDAE3CA) is unknown color: approx Gin. HEX triplet: DA, E3 and CA. RGB value is (218,227,202). Sum of RGB (Red+Green+Blue) = 218+227+202=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3CA is #251C35. Grayscale: #DDDDDD. Windows color (decimal): -2432054 or 13296602. OLE color: 13296602.

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

Color convert

RGB218227202-
CMYK0.0400.110.11
HSL81.6º30.86%84.12%-
HSV(B)81.6º11.01%89.02%-
XYZ67.0474.1166.65-
YUV221.46117.02125.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=33.69%
G=35.09%
B=31.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272020.0400.110.1181.630.8684.12
HexDAE3CA40BB521f54
Octal33234331240131312237124
Binary1101101011100011110010101000101110111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3CA; }

 p { color: rgb(218,227,202); }

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

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

 a { background-color: rgb(218,227,202); }

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

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

 span { border-color: rgb(218,227,202); }

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