#DAE0CA

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

Shades of Gin #DAE0CA

Tints of Gin #DAE0CA

Color information

#DAE0CA (or 0xDAE0CA) is unknown color: approx Gin. HEX triplet: DA, E0 and CA. RGB value is (218,224,202). Sum of RGB (Red+Green+Blue) = 218+224+202=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CA is #251F35. Grayscale: #DBDBDB. Windows color (decimal): -2432822 or 13295834. OLE color: 13295834.

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

Color convert

RGB218224202-
CMYK0.0300.100.12
HSL76.36º26.19%83.53%-
HSV(B)76.36º9.82%87.84%-
XYZ66.2372.4866.38-
YUV219.7118.01126.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=33.85%
G=34.78%
B=31.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182242020.0300.100.1276.3626.1983.53
HexDAE0CA30AC4c1a54
Octal33234031230121411432124
Binary110110101110000011001010110101011001001100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0CA; }

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

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

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

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

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

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

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

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