#DAE0C5

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

Shades of Gin #DAE0C5

Tints of Gin #DAE0C5

Color information

#DAE0C5 (or 0xDAE0C5) is unknown color: approx Gin. HEX triplet: DA, E0 and C5. RGB value is (218,224,197). Sum of RGB (Red+Green+Blue) = 218+224+197=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0C5 is #251F3A. Grayscale: #DBDBDB. Windows color (decimal): -2432827 or 12968154. OLE color: 12968154.

HSL color Cylindrical-coordinate representation of color #DAE0C5: hue angle of 73.33º degrees, saturation: 0.3, 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 #DAE0C5 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB218224197-
CMYK0.0300.120.12
HSL73.33º30.34%82.55%-
HSV(B)73.33º12.05%87.84%-
XYZ65.6572.2563.31-
YUV219.13115.51127.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 197 (77.34% from 255) = 30.83%
R=34.12%
G=35.05%
B=30.83%

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
Decimal2182241970.0300.120.1273.3330.3482.55
HexDAE0C530CC491e53
Octal33234030530141411136123
Binary110110101110000011000101110110011001001001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0C5; }

 p { color: rgb(218,224,197); }

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

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

 a { background-color: rgb(218,224,197); }

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

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

 span { border-color: rgb(218,224,197); }

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