Html Css Color HEX #DDF3DF Frosted Mint

📋 copy color: '#DDF3DF'

red 221 ◦ green 243 ◦ blue 223

#DDF3DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frosted Mint #DDF3DF

Tints of Frosted Mint #DDF3DF

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 value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#DDF3DF (or 0xDDF3DF) is known color: 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

RGB 221 243 223 -
CMYK 0.09 0 0.08 0.05
HSL 125.45º 0.48% 0.91% -
HSV(B) 125.45º 0.09% 0.95% -
XYZ 75.19 84.8 82.22 -
YUV 234.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 221 243 223 0.09 0 0.08 0.05 125.45 0.48 0.91
Hex DD F3 DF 9 0 8 5 7D 30 5B
Octal 335 363 337 11 0 10 5 175 60 133
Binary 11011101 11110011 11011111 1001 0 1000 101 1111101 110000 1011011

Color Harmonies of #DDF3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3DF

Black with #DDF3DF

Text Example


Text Example

White with #DDF3DF

Text Example


Text Example

HTML Codes & Css Web 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>