#DAE1D0

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

Shades of Gin #DAE1D0

Tints of Gin #DAE1D0

Color information

#DAE1D0 (or 0xDAE1D0) is unknown color: approx Gin. HEX triplet: DA, E1 and D0. RGB value is (218,225,208). Sum of RGB (Red+Green+Blue) = 218+225+208=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1D0 is #251E2F. Grayscale: #DDDDDD. Windows color (decimal): -2432560 or 13689306. OLE color: 13689306.

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

Color convert

RGB218225208-
CMYK0.0300.080.12
HSL84.71º22.08%84.9%-
HSV(B)84.71º7.56%88.24%-
XYZ67.2273.3170.28-
YUV220.97120.68125.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=33.49%
G=34.56%
B=31.95%

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
Decimal2182252080.0300.080.1284.7122.0884.9
HexDAE1D0308C551655
Octal33234132030101412526125
Binary110110101110000111010000110100011001010101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1D0; }

 p { color: rgb(218,225,208); }

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

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

 a { background-color: rgb(218,225,208); }

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

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

 span { border-color: rgb(218,225,208); }

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