#DAEAC0

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

Shades of Gin #DAEAC0

Tints of Gin #DAEAC0

Color information

#DAEAC0 (or 0xDAEAC0) is unknown color: approx Gin. HEX triplet: DA, EA and C0. RGB value is (218,234,192). Sum of RGB (Red+Green+Blue) = 218+234+192=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC0 is #25153F. Grayscale: #E0E0E0. Windows color (decimal): -2430272 or 12643034. OLE color: 12643034.

HSL color Cylindrical-coordinate representation of color #DAEAC0: hue angle of 82.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEAC0 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB218234192-
CMYK0.0700.180.08
HSL82.86º50%83.53%-
HSV(B)82.86º17.95%91.76%-
XYZ67.8577.5661.26-
YUV224.43109.7123.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 192 (75.39% from 255) = 29.81%
R=33.85%
G=36.34%
B=29.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341920.0700.180.0882.865083.53
HexDAEAC070128533254
Octal33235230070221012362124
Binary110110101110101011000000111010010100010100111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAC0; }

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

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

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

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

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

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

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

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