#DAFEDE

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

Shades of Frosted Mint #DAFEDE

Tints of Frosted Mint #DAFEDE

Color information

#DAFEDE (or 0xDAFEDE) is unknown color: approx Frosted Mint. HEX triplet: DA, FE and DE. RGB value is (218,254,222). Sum of RGB (Red+Green+Blue) = 218+254+222=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEDE is #250121. Grayscale: #EFEFEF. Windows color (decimal): -2425122 or 14614234. OLE color: 14614234.

HSL color Cylindrical-coordinate representation of color #DAFEDE: hue angle of 126.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEDE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB218254222-
CMYK0.1400.130.00
HSL126.67º94.74%92.55%-
HSV(B)126.67º14.17%99.61%-
XYZ77.5491.0682.6-
YUV239.59118.07112.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.41%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 222 (87.11% from 255) = 31.99%
R=31.41%
G=36.60%
B=31.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542220.1400.130.00126.6794.7492.55
HexDAFEDEE0D07f5f5d
Octal332376336160150177137135
Binary1101101011111110110111101110011010111111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEDE; }

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

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

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

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

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

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

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

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