#DAFADD

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

Shades of Frosted Mint #DAFADD

Tints of Frosted Mint #DAFADD

Color information

#DAFADD (or 0xDAFADD) is unknown color: approx Frosted Mint. HEX triplet: DA, FA and DD. RGB value is (218,250,221). Sum of RGB (Red+Green+Blue) = 218+250+221=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADD is #250522. Grayscale: #EDEDED. Windows color (decimal): -2426147 or 14547674. OLE color: 14547674.

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

Color convert

RGB218250221-
CMYK0.1300.120.02
HSL125.62º76.19%91.76%-
HSV(B)125.62º12.8%98.04%-
XYZ76.1588.581.47-
YUV237.13118.9114.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=31.64%
G=36.28%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2182502210.1300.120.02125.6276.1991.76
HexDAFADDD0C27e4c5c
Octal332372335150142176114134
Binary11011010111110101101110111010110010111111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFADD; }

 p { color: rgb(218,250,221); }

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

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

 a { background-color: rgb(218,250,221); }

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

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

 span { border-color: rgb(218,250,221); }

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