#DAE4C1

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

Shades of Gin #DAE4C1

Tints of Gin #DAE4C1

Color information

#DAE4C1 (or 0xDAE4C1) is unknown color: approx Gin. HEX triplet: DA, E4 and C1. RGB value is (218,228,193). Sum of RGB (Red+Green+Blue) = 218+228+193=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4C1 is #251B3E. Grayscale: #DDDDDD. Windows color (decimal): -2431807 or 12707034. OLE color: 12707034.

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

Color convert

RGB218228193-
CMYK0.0400.150.11
HSL77.14º39.33%82.55%-
HSV(B)77.14º15.35%89.41%-
XYZ66.2874.2461.29-
YUV221.02112.19125.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 193 (75.78% from 255) = 30.20%
R=34.12%
G=35.68%
B=30.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281930.0400.150.1177.1439.3382.55
HexDAE4C140FB4d2753
Octal33234430140171311547123
Binary11011010111001001100000110001111101110011011001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4C1; }

 p { color: rgb(218,228,193); }

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

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

 a { background-color: rgb(218,228,193); }

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

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

 span { border-color: rgb(218,228,193); }

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