#DAE2CC

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

Shades of Gin #DAE2CC

Tints of Gin #DAE2CC

Color information

#DAE2CC (or 0xDAE2CC) is unknown color: approx Gin. HEX triplet: DA, E2 and CC. RGB value is (218,226,204). Sum of RGB (Red+Green+Blue) = 218+226+204=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2CC is #251D33. Grayscale: #DDDDDD. Windows color (decimal): -2432308 or 13427418. OLE color: 13427418.

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

Color convert

RGB218226204-
CMYK0.0400.100.11
HSL81.82º27.5%84.31%-
HSV(B)81.82º9.73%88.63%-
XYZ67.0173.6667.81-
YUV221.1118.35125.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 226 (88.67% from 255) = 34.88%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=33.64%
G=34.88%
B=31.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182262040.0400.100.1181.8227.584.31
HexDAE2CC40AB521c54
Octal33234231440121312234124
Binary1101101011100010110011001000101010111010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE2CC; }

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

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

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

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

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

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

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

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