Html Css Color HEX #DDF1DF Frosted Mint

📋 copy color: '#DDF1DF'

red 221 ◦ green 241 ◦ blue 223

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

Shades of Frosted Mint #DDF1DF

Tints of Frosted Mint #DDF1DF

RGB

 RED value IS 221 (86.72% from 255) = 32.26%

 GREEN value IS 241 (94.53% from 255) = 35.18%

 BLUE value IS 223 (87.5% from 255) = 32.55%

R = 32.26%
G = 35.18%
B = 32.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#DDF1DF (or 0xDDF1DF) is known color: Frosted Mint. HEX triplet: DD, F1 and DF. RGB value is (221,241,223). Sum of RGB (Red+Green+Blue) = 221+241+223=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DF is #220E20. Grayscale: #E9E9E9. Windows color (decimal): -2231841 or 14676445. OLE color: 14676445.

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

Color convert

RGB 221 241 223 -
CMYK 0.08 0 0.07 0.05
HSL 126º 0.42% 0.91% -
HSV(B) 126º 0.08% 0.95% -
XYZ 74.59 83.61 82.02 -
YUV 232.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 221 241 223 0.08 0 0.07 0.05 126 0.42 0.91
Hex DD F1 DF 8 0 7 5 7E 2A 5B
Octal 335 361 337 10 0 7 5 176 52 133
Binary 11011101 11110001 11011111 1000 0 111 101 1111110 101010 1011011

Color Harmonies of #DDF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1DF

Black with #DDF1DF

Text Example


Text Example

White with #DDF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1DF; }

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

 H1.HeaderClassName
 {
   color: #DDF1DF;
 }
 .AnyTagClassName
 {
   color: #DDF1DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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