#DAE3CB

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

Shades of Gin #DAE3CB

Tints of Gin #DAE3CB

Color information

#DAE3CB (or 0xDAE3CB) is unknown color: approx Gin. HEX triplet: DA, E3 and CB. RGB value is (218,227,203). Sum of RGB (Red+Green+Blue) = 218+227+203=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3CB is #251C34. Grayscale: #DDDDDD. Windows color (decimal): -2432053 or 13362138. OLE color: 13362138.

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

Color convert

RGB218227203-
CMYK0.0400.110.11
HSL82.5º30%84.31%-
HSV(B)82.5º10.57%89.02%-
XYZ67.1674.1667.27-
YUV221.57117.52125.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 227 (89.06% from 255) = 35.03%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=33.64%
G=35.03%
B=31.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272030.0400.110.1182.53084.31
HexDAE3CB40BB521e54
Octal33234331340131312236124
Binary1101101011100011110010111000101110111010010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3CB; }

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

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

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

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

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

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

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

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