#DAE0CC

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

Shades of Gin #DAE0CC

Tints of Gin #DAE0CC

Color information

#DAE0CC (or 0xDAE0CC) is unknown color: approx Gin. HEX triplet: DA, E0 and CC. RGB value is (218,224,204). Sum of RGB (Red+Green+Blue) = 218+224+204=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CC is #251F33. Grayscale: #DCDCDC. Windows color (decimal): -2432820 or 13426906. OLE color: 13426906.

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

Color convert

RGB218224204-
CMYK0.0300.090.12
HSL78º24.39%83.92%-
HSV(B)78º8.93%87.84%-
XYZ66.4772.5867.63-
YUV219.93119.01126.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 224 (87.89% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=33.75%
G=34.67%
B=31.58%

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
Decimal2182242040.0300.090.127824.3983.92
HexDAE0CC309C4e1854
Octal33234031430111411630124
Binary110110101110000011001100110100111001001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0CC; }

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

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

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

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

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

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

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

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