#DAFCDD

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

Shades of Frosted Mint #DAFCDD

Tints of Frosted Mint #DAFCDD

Color information

#DAFCDD (or 0xDAFCDD) is unknown color: approx Frosted Mint. HEX triplet: DA, FC and DD. RGB value is (218,252,221). Sum of RGB (Red+Green+Blue) = 218+252+221=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCDD is #250322. Grayscale: #EEEEEE. Windows color (decimal): -2425635 or 14548186. OLE color: 14548186.

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

Color convert

RGB218252221-
CMYK0.1300.120.01
HSL125.29º85%92.16%-
HSV(B)125.29º13.49%98.82%-
XYZ76.7789.7581.68-
YUV238.3118.24113.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=31.55%
G=36.47%
B=31.98%

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
Decimal2182522210.1300.120.01125.298592.16
HexDAFCDDD0C17d555c
Octal332374335150141175125134
Binary1101101011111100110111011101011001111110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCDD; }

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

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

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

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

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

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

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

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