#DAE6C4

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

Shades of Gin #DAE6C4

Tints of Gin #DAE6C4

Color information

#DAE6C4 (or 0xDAE6C4) is unknown color: approx Gin. HEX triplet: DA, E6 and C4. RGB value is (218,230,196). Sum of RGB (Red+Green+Blue) = 218+230+196=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6C4 is #25193B. Grayscale: #DEDEDE. Windows color (decimal): -2431292 or 12904154. OLE color: 12904154.

HSL color Cylindrical-coordinate representation of color #DAE6C4: hue angle of 81.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE6C4 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB218230196-
CMYK0.0500.150.10
HSL81.18º40.48%83.53%-
HSV(B)81.18º14.78%90.2%-
XYZ67.1775.4863.25-
YUV222.54113.02124.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 196 (76.95% from 255) = 30.43%
R=33.85%
G=35.71%
B=30.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301960.0500.150.1081.1840.4883.53
HexDAE6C450FA512854
Octal33234630450171212150124
Binary11011010111001101100010010101111101010100011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6C4; }

 p { color: rgb(218,230,196); }

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

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

 a { background-color: rgb(218,230,196); }

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

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

 span { border-color: rgb(218,230,196); }

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