#DAE0CF

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

Shades of Gin #DAE0CF

Tints of Gin #DAE0CF

Color information

#DAE0CF (or 0xDAE0CF) is unknown color: approx Gin. HEX triplet: DA, E0 and CF. RGB value is (218,224,207). Sum of RGB (Red+Green+Blue) = 218+224+207=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CF is #251F30. Grayscale: #DCDCDC. Windows color (decimal): -2432817 or 13623514. OLE color: 13623514.

HSL color Cylindrical-coordinate representation of color #DAE0CF: hue angle of 81.18º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE0CF is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB218224207-
CMYK0.0300.080.12
HSL81.18º21.52%84.51%-
HSV(B)81.18º7.59%87.84%-
XYZ66.8372.7269.55-
YUV220.27120.51126.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 207 (81.25% from 255) = 31.90%
R=33.59%
G=34.51%
B=31.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182242070.0300.080.1281.1821.5284.51
HexDAE0CF308C511655
Octal33234031730101412126125
Binary110110101110000011001111110100011001010001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0CF; }

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

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

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

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

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

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

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

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