#DAE6C7

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

Shades of Gin #DAE6C7

Tints of Gin #DAE6C7

Color information

#DAE6C7 (or 0xDAE6C7) is unknown color: approx Gin. HEX triplet: DA, E6 and C7. RGB value is (218,230,199). Sum of RGB (Red+Green+Blue) = 218+230+199=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6C7 is #251938. Grayscale: #DEDEDE. Windows color (decimal): -2431289 or 13100762. OLE color: 13100762.

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

Color convert

RGB218230199-
CMYK0.0500.130.10
HSL83.23º38.27%84.12%-
HSV(B)83.23º13.48%90.2%-
XYZ67.5275.6265.07-
YUV222.88114.52124.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 199 (78.12% from 255) = 30.76%
R=33.69%
G=35.55%
B=30.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301990.0500.130.1083.2338.2784.12
HexDAE6C750DA532654
Octal33234630750151212346124
Binary11011010111001101100011110101101101010100111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6C7; }

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

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

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

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

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

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

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

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