#D9FDDC

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

Shades of Frosted Mint #D9FDDC

Tints of Frosted Mint #D9FDDC

Color information

#D9FDDC (or 0xD9FDDC) is unknown color: approx Frosted Mint. HEX triplet: D9, FD and DC. RGB value is (217,253,220). Sum of RGB (Red+Green+Blue) = 217+253+220=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDDC is #260223. Grayscale: #EEEEEE. Windows color (decimal): -2490916 or 14482905. OLE color: 14482905.

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

Color convert

RGB217253220-
CMYK0.1400.130.01
HSL125º90%92.16%-
HSV(B)125º14.23%99.22%-
XYZ76.6690.1781.07-
YUV238.47117.57112.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.45%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=31.45%
G=36.67%
B=31.88%

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
Decimal2172532200.1400.130.011259092.16
HexD9FDDCE0D17d5a5c
Octal331375334160151175132134
Binary1101100111111101110111001110011011111110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDDC; }

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

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

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

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

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

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

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

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