#DAE1C6

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

Shades of Gin #DAE1C6

Tints of Gin #DAE1C6

Color information

#DAE1C6 (or 0xDAE1C6) is unknown color: approx Gin. HEX triplet: DA, E1 and C6. RGB value is (218,225,198). Sum of RGB (Red+Green+Blue) = 218+225+198=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1C6 is #251E39. Grayscale: #DBDBDB. Windows color (decimal): -2432570 or 13033946. OLE color: 13033946.

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

Color convert

RGB218225198-
CMYK0.0300.120.12
HSL75.56º31.03%82.94%-
HSV(B)75.56º12%88.24%-
XYZ66.0372.8364-
YUV219.83115.68126.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 198 (77.73% from 255) = 30.89%
R=34.01%
G=35.10%
B=30.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251980.0300.120.1275.5631.0382.94
HexDAE1C630CC4c1f53
Octal33234130630141411437123
Binary110110101110000111000110110110011001001100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1C6; }

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

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

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

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

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

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

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

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