#DAE3CD

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

Shades of Gin #DAE3CD

Tints of Gin #DAE3CD

Color information

#DAE3CD (or 0xDAE3CD) is unknown color: approx Gin. HEX triplet: DA, E3 and CD. RGB value is (218,227,205). Sum of RGB (Red+Green+Blue) = 218+227+205=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3CD is #251C32. Grayscale: #DDDDDD. Windows color (decimal): -2432051 or 13493210. OLE color: 13493210.

HSL color Cylindrical-coordinate representation of color #DAE3CD: hue angle of 84.55º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE3CD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB218227205-
CMYK0.0400.100.11
HSL84.55º28.21%84.71%-
HSV(B)84.55º9.69%89.02%-
XYZ67.474.2568.54-
YUV221.8118.52125.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=33.54%
G=34.92%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272050.0400.100.1184.5528.2184.71
HexDAE3CD40AB551c55
Octal33234331540121312534125
Binary1101101011100011110011011000101010111010101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3CD; }

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

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

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

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

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

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

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

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