#DAFBDD

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

Shades of Frosted Mint #DAFBDD

Tints of Frosted Mint #DAFBDD

Color information

#DAFBDD (or 0xDAFBDD) is unknown color: approx Frosted Mint. HEX triplet: DA, FB and DD. RGB value is (218,251,221). Sum of RGB (Red+Green+Blue) = 218+251+221=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDD is #250422. Grayscale: #EDEDED. Windows color (decimal): -2425891 or 14547930. OLE color: 14547930.

HSL color Cylindrical-coordinate representation of color #DAFBDD: hue angle of 125.45º degrees, saturation: 0.8, 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 #DAFBDD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB218251221-
CMYK0.1300.120.02
HSL125.45º80.49%91.96%-
HSV(B)125.45º13.15%98.43%-
XYZ76.4689.1281.58-
YUV237.71118.57113.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 221 (86.72% from 255) = 32.03%
R=31.59%
G=36.38%
B=32.03%

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
Decimal2182512210.1300.120.02125.4580.4991.96
HexDAFBDDD0C27d505c
Octal332373335150142175120134
Binary11011010111110111101110111010110010111110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBDD; }

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

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

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

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

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

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

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

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