#DAFFDF

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

Shades of Frosted Mint #DAFFDF

Tints of Frosted Mint #DAFFDF

Color information

#DAFFDF (or 0xDAFFDF) is unknown color: approx Frosted Mint. HEX triplet: DA, FF and DF. RGB value is (218,255,223). Sum of RGB (Red+Green+Blue) = 218+255+223=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFDF is #250020. Grayscale: #F0F0F0. Windows color (decimal): -2424865 or 14680026. OLE color: 14680026.

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

Color convert

RGB218255223-
CMYK0.1500.130
HSL128.11º100%92.75%-
HSV(B)128.11º14.51%100%-
XYZ77.9991.7583.41-
YUV240.29118.24112.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.32%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=31.32%
G=36.64%
B=32.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552230.1500.130128.1110092.75
HexDAFFDFF0D080645d
Octal332377337170150200144135
Binary11011010111111111101111111110110101000000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFDF; }

 p { color: rgb(218,255,223); }

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

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

 a { background-color: rgb(218,255,223); }

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

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

 span { border-color: rgb(218,255,223); }

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