#DAE1CB

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

Shades of Gin #DAE1CB

Tints of Gin #DAE1CB

Color information

#DAE1CB (or 0xDAE1CB) is unknown color: approx Gin. HEX triplet: DA, E1 and CB. RGB value is (218,225,203). Sum of RGB (Red+Green+Blue) = 218+225+203=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CB is #251E34. Grayscale: #DCDCDC. Windows color (decimal): -2432565 or 13361626. OLE color: 13361626.

HSL color Cylindrical-coordinate representation of color #DAE1CB: hue angle of 79.09º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE1CB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB218225203-
CMYK0.0300.100.12
HSL79.09º26.83%83.92%-
HSV(B)79.09º9.78%88.24%-
XYZ66.6273.0767.09-
YUV220.4118.18126.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=33.75%
G=34.83%
B=31.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252030.0300.100.1279.0926.8383.92
HexDAE1CB30AC4f1b54
Octal33234131330121411733124
Binary110110101110000111001011110101011001001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1CB; }

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

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

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

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

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

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

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

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