#DAE1CA

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

Shades of Gin #DAE1CA

Tints of Gin #DAE1CA

Color information

#DAE1CA (or 0xDAE1CA) is unknown color: approx Gin. HEX triplet: DA, E1 and CA. RGB value is (218,225,202). Sum of RGB (Red+Green+Blue) = 218+225+202=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CA is #251E35. Grayscale: #DCDCDC. Windows color (decimal): -2432566 or 13296090. OLE color: 13296090.

HSL color Cylindrical-coordinate representation of color #DAE1CA: hue angle of 78.26º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE1CA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB218225202-
CMYK0.0300.100.12
HSL78.26º27.71%83.73%-
HSV(B)78.26º10.22%88.24%-
XYZ66.573.0266.47-
YUV220.28117.68126.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=33.80%
G=34.88%
B=31.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252020.0300.100.1278.2627.7183.73
HexDAE1CA30AC4e1c54
Octal33234131230121411634124
Binary110110101110000111001010110101011001001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1CA; }

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

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

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

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

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

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

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

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