#DDF3DF

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

Shades of Frosted Mint #DDF3DF

Tints of Frosted Mint #DDF3DF

Color information

#DDF3DF (or 0xDDF3DF) is unknown color: approx Frosted Mint. HEX triplet: DD, F3 and DF. RGB value is (221,243,223). Sum of RGB (Red+Green+Blue) = 221+243+223=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3DF is #220C20. Grayscale: #EAEAEA. Windows color (decimal): -2231329 or 14676957. OLE color: 14676957.

HSL color Cylindrical-coordinate representation of color #DDF3DF: hue angle of 125.45º degrees, saturation: 0.48, 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 #DDF3DF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB221243223-
CMYK0.0900.080.05
HSL125.45º47.83%90.98%-
HSV(B)125.45º9.05%95.29%-
XYZ75.1984.882.22-
YUV234.14121.71118.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 223 (87.5% from 255) = 32.46%
R=32.17%
G=35.37%
B=32.46%

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
Decimal2212432230.0900.080.05125.4547.8390.98
HexDDF3DF90857d305b
Octal33536333711010517560133
Binary11011101111100111101111110010100010111111011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3DF; }

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

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

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

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

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

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

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

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