#DAEED1

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

Shades of Snowy Mint #DAEED1

Tints of Snowy Mint #DAEED1

Color information

#DAEED1 (or 0xDAEED1) is unknown color: approx Snowy Mint. HEX triplet: DA, EE and D1. RGB value is (218,238,209). Sum of RGB (Red+Green+Blue) = 218+238+209=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED1 is #25112E. Grayscale: #E4E4E4. Windows color (decimal): -2429231 or 13758170. OLE color: 13758170.

HSL color Cylindrical-coordinate representation of color #DAEED1: hue angle of 101.38º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEED1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB218238209-
CMYK0.0800.120.07
HSL101.38º46.03%87.65%-
HSV(B)101.38º12.18%93.33%-
XYZ7180.6672.15-
YUV228.71116.87120.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=32.78%
G=35.79%
B=31.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382090.0800.120.07101.3846.0387.65
HexDAEED180C7652e58
Octal33235632110014714556130
Binary11011010111011101101000110000110011111001011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEED1; }

 p { color: rgb(218,238,209); }

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

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

 a { background-color: rgb(218,238,209); }

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

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

 span { border-color: rgb(218,238,209); }

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