#D9FDDD

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

Shades of Frosted Mint #D9FDDD

Tints of Frosted Mint #D9FDDD

Color information

#D9FDDD (or 0xD9FDDD) is unknown color: approx Frosted Mint. HEX triplet: D9, FD and DD. RGB value is (217,253,221). Sum of RGB (Red+Green+Blue) = 217+253+221=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDDD is #260222. Grayscale: #EEEEEE. Windows color (decimal): -2490915 or 14548441. OLE color: 14548441.

HSL color Cylindrical-coordinate representation of color #D9FDDD: hue angle of 126.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FDDD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB217253221-
CMYK0.1400.130.01
HSL126.67º90%92.16%-
HSV(B)126.67º14.23%99.22%-
XYZ76.7990.2281.77-
YUV238.59118.07112.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.40%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=31.40%
G=36.61%
B=31.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532210.1400.130.01126.679092.16
HexD9FDDDE0D17f5a5c
Octal331375335160151177132134
Binary1101100111111101110111011110011011111111110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDDD; }

 p { color: rgb(217,253,221); }

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

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

 a { background-color: rgb(217,253,221); }

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

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

 span { border-color: rgb(217,253,221); }

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