#DAE4C0

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

Shades of Gin #DAE4C0

Tints of Gin #DAE4C0

Color information

#DAE4C0 (or 0xDAE4C0) is unknown color: approx Gin. HEX triplet: DA, E4 and C0. RGB value is (218,228,192). Sum of RGB (Red+Green+Blue) = 218+228+192=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4C0 is #251B3F. Grayscale: #DDDDDD. Windows color (decimal): -2431808 or 12641498. OLE color: 12641498.

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

Color convert

RGB218228192-
CMYK0.0400.160.11
HSL76.67º40%82.35%-
HSV(B)76.67º15.79%89.41%-
XYZ66.1774.260.7-
YUV220.91111.69125.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=34.17%
G=35.74%
B=30.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281920.0400.160.1176.674082.35
HexDAE4C04010B4d2852
Octal33234430040201311550122
Binary110110101110010011000000100010000101110011011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4C0; }

 p { color: rgb(218,228,192); }

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

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

 a { background-color: rgb(218,228,192); }

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

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

 span { border-color: rgb(218,228,192); }

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