#DAFDDE

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

Shades of Frosted Mint #DAFDDE

Tints of Frosted Mint #DAFDDE

Color information

#DAFDDE (or 0xDAFDDE) is unknown color: approx Frosted Mint. HEX triplet: DA, FD and DE. RGB value is (218,253,222). Sum of RGB (Red+Green+Blue) = 218+253+222=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDDE is #250221. Grayscale: #EFEFEF. Windows color (decimal): -2425378 or 14613978. OLE color: 14613978.

HSL color Cylindrical-coordinate representation of color #DAFDDE: hue angle of 126.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDDE is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB218253222-
CMYK0.1400.120.01
HSL126.86º89.74%92.35%-
HSV(B)126.86º13.83%99.22%-
XYZ77.2290.4382.49-
YUV239118.4113.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=31.46%
G=36.51%
B=32.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532220.1400.120.01126.8689.7492.35
HexDAFDDEE0C17f5a5c
Octal332375336160141177132134
Binary1101101011111101110111101110011001111111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDDE; }

 p { color: rgb(218,253,222); }

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

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

 a { background-color: rgb(218,253,222); }

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

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

 span { border-color: rgb(218,253,222); }

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