#D8FDDC

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

Shades of Frosted Mint #D8FDDC

Tints of Frosted Mint #D8FDDC

Color information

#D8FDDC (or 0xD8FDDC) is unknown color: approx Frosted Mint. HEX triplet: D8, FD and DC. RGB value is (216,253,220). Sum of RGB (Red+Green+Blue) = 216+253+220=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FDDC is #270223. Grayscale: #EEEEEE. Windows color (decimal): -2556452 or 14482904. OLE color: 14482904.

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

Color convert

RGB216253220-
CMYK0.1500.130.01
HSL126.49º90.24%91.96%-
HSV(B)126.49º14.62%99.22%-
XYZ76.3690.0281.06-
YUV238.18117.74112.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=31.35%
G=36.72%
B=31.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162532200.1500.130.01126.4990.2491.96
HexD8FDDCF0D17e5a5c
Octal330375334170151176132134
Binary1101100011111101110111001111011011111111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FDDC; }

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

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

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

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

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

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

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

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