#DAEED2

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

Shades of Snowy Mint #DAEED2

Tints of Snowy Mint #DAEED2

Color information

#DAEED2 (or 0xDAEED2) is unknown color: approx Snowy Mint. HEX triplet: DA, EE and D2. RGB value is (218,238,210). Sum of RGB (Red+Green+Blue) = 218+238+210=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEED2 is #25112D. Grayscale: #E4E4E4. Windows color (decimal): -2429230 or 13823706. OLE color: 13823706.

HSL color Cylindrical-coordinate representation of color #DAEED2: hue angle of 102.86º degrees, saturation: 0.45, 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 #DAEED2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB218238210-
CMYK0.0800.120.07
HSL102.86º45.16%87.84%-
HSV(B)102.86º11.76%93.33%-
XYZ71.1280.7172.8-
YUV228.83117.37120.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 210 (82.42% from 255) = 31.53%
R=32.73%
G=35.74%
B=31.53%

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
Decimal2182382100.0800.120.07102.8645.1687.84
HexDAEED280C7672d58
Octal33235632210014714755130
Binary11011010111011101101001010000110011111001111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEED2; }

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

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

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

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

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

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

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

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