#D8FEDC

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

Shades of Frosted Mint #D8FEDC

Tints of Frosted Mint #D8FEDC

Color information

#D8FEDC (or 0xD8FEDC) is unknown color: approx Frosted Mint. HEX triplet: D8, FE and DC. RGB value is (216,254,220). Sum of RGB (Red+Green+Blue) = 216+254+220=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FEDC is #270123. Grayscale: #EEEEEE. Windows color (decimal): -2556196 or 14483160. OLE color: 14483160.

HSL color Cylindrical-coordinate representation of color #D8FEDC: hue angle of 126.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FEDC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB216254220-
CMYK0.1500.130.00
HSL126.32º95%92.16%-
HSV(B)126.32º14.96%99.61%-
XYZ76.6890.6581.17-
YUV238.76117.41111.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.30%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=31.30%
G=36.81%
B=31.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162542200.1500.130.00126.329592.16
HexD8FEDCF0D07e5f5c
Octal330376334170150176137134
Binary1101100011111110110111001111011010111111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FEDC; }

 p { color: rgb(216,254,220); }

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

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

 a { background-color: rgb(216,254,220); }

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

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

 span { border-color: rgb(216,254,220); }

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