#DAE1CD

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

Shades of Gin #DAE1CD

Tints of Gin #DAE1CD

Color information

#DAE1CD (or 0xDAE1CD) is unknown color: approx Gin. HEX triplet: DA, E1 and CD. RGB value is (218,225,205). Sum of RGB (Red+Green+Blue) = 218+225+205=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CD is #251E32. Grayscale: #DCDCDC. Windows color (decimal): -2432563 or 13492698. OLE color: 13492698.

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

Color convert

RGB218225205-
CMYK0.0300.090.12
HSL81º25%84.31%-
HSV(B)81º8.89%88.24%-
XYZ66.8673.1668.36-
YUV220.63119.18126.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=33.64%
G=34.72%
B=31.64%

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
Decimal2182252050.0300.090.12812584.31
HexDAE1CD309C511954
Octal33234131530111412131124
Binary110110101110000111001101110100111001010001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1CD; }

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

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

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

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

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

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

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

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