#DAF9DD

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

Shades of Frosted Mint #DAF9DD

Tints of Frosted Mint #DAF9DD

Color information

#DAF9DD (or 0xDAF9DD) is unknown color: approx Frosted Mint. HEX triplet: DA, F9 and DD. RGB value is (218,249,221). Sum of RGB (Red+Green+Blue) = 218+249+221=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9DD is #250622. Grayscale: #ECECEC. Windows color (decimal): -2426403 or 14547418. OLE color: 14547418.

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

Color convert

RGB218249221-
CMYK0.1200.110.02
HSL125.81º72.09%91.57%-
HSV(B)125.81º12.45%97.65%-
XYZ75.8487.8881.37-
YUV236.54119.23114.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 249 (97.66% from 255) = 36.19%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=31.69%
G=36.19%
B=32.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492210.1200.110.02125.8172.0991.57
HexDAF9DDC0B27e485c
Octal332371335140132176110134
Binary11011010111110011101110111000101110111111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9DD; }

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

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

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

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

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

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

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

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