#DAFCDE

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

Shades of Frosted Mint #DAFCDE

Tints of Frosted Mint #DAFCDE

Color information

#DAFCDE (or 0xDAFCDE) is unknown color: approx Frosted Mint. HEX triplet: DA, FC and DE. RGB value is (218,252,222). Sum of RGB (Red+Green+Blue) = 218+252+222=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCDE is #250321. Grayscale: #EEEEEE. Windows color (decimal): -2425634 or 14613722. OLE color: 14613722.

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

Color convert

RGB218252222-
CMYK0.1300.120.01
HSL127.06º85%92.16%-
HSV(B)127.06º13.49%98.82%-
XYZ76.9189.882.39-
YUV238.41118.74113.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.50%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=31.50%
G=36.42%
B=32.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182522220.1300.120.01127.068592.16
HexDAFCDED0C17f555c
Octal332374336150141177125134
Binary1101101011111100110111101101011001111111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCDE; }

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

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

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

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

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

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

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

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