#DDF2DF

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

Shades of Frosted Mint #DDF2DF

Tints of Frosted Mint #DDF2DF

Color information

#DDF2DF (or 0xDDF2DF) is unknown color: approx Frosted Mint. HEX triplet: DD, F2 and DF. RGB value is (221,242,223). Sum of RGB (Red+Green+Blue) = 221+242+223=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2DF is #220D20. Grayscale: #E9E9E9. Windows color (decimal): -2231585 or 14676701. OLE color: 14676701.

HSL color Cylindrical-coordinate representation of color #DDF2DF: hue angle of 125.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2DF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB221242223-
CMYK0.0900.080.05
HSL125.71º44.68%90.78%-
HSV(B)125.71º8.68%94.9%-
XYZ74.8984.282.12-
YUV233.55122.04119.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=32.22%
G=35.28%
B=32.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422230.0900.080.05125.7144.6890.78
HexDDF2DF90857e2d5b
Octal33536233711010517655133
Binary11011101111100101101111110010100010111111101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2DF; }

 p { color: rgb(221,242,223); }

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

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

 a { background-color: rgb(221,242,223); }

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

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

 span { border-color: rgb(221,242,223); }

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