#DAE1CC

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

Shades of Gin #DAE1CC

Tints of Gin #DAE1CC

Color information

#DAE1CC (or 0xDAE1CC) is unknown color: approx Gin. HEX triplet: DA, E1 and CC. RGB value is (218,225,204). Sum of RGB (Red+Green+Blue) = 218+225+204=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CC is #251E33. Grayscale: #DCDCDC. Windows color (decimal): -2432564 or 13427162. OLE color: 13427162.

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

Color convert

RGB218225204-
CMYK0.0300.090.12
HSL80º25.93%84.12%-
HSV(B)80º9.33%88.24%-
XYZ66.7473.1267.72-
YUV220.51118.68126.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=33.69%
G=34.78%
B=31.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252040.0300.090.128025.9384.12
HexDAE1CC309C501a54
Octal33234131430111412032124
Binary110110101110000111001100110100111001010000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1CC; }

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

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

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

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

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

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

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

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