Html Css Color HEX #DDF6DF Frosted Mint

📋 copy color: '#DDF6DF'

red 221 ◦ green 246 ◦ blue 223

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

Shades of Frosted Mint #DDF6DF

Tints of Frosted Mint #DDF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.65%

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

R = 32.03%
G = 35.65%
B = 32.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#DDF6DF (or 0xDDF6DF) is known color: Frosted Mint. HEX triplet: DD, F6 and DF. RGB value is (221,246,223). Sum of RGB (Red+Green+Blue) = 221+246+223=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6DF is #220920. Grayscale: #EBEBEB. Windows color (decimal): -2230561 or 14677725. OLE color: 14677725.

HSL color Cylindrical-coordinate representation of color #DDF6DF: hue angle of 124.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6DF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 223 -
CMYK 0.10 0 0.09 0.04
HSL 124.8º 0.58% 0.92% -
HSV(B) 124.8º 0.1% 0.96% -
XYZ 76.09 86.61 82.52 -
YUV 235.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 221 246 223 0.10 0 0.09 0.04 124.8 0.58 0.92
Hex DD F6 DF A 0 9 4 7D 3A 5C
Octal 335 366 337 12 0 11 4 175 72 134
Binary 11011101 11110110 11011111 1010 0 1001 100 1111101 111010 1011100

Color Harmonies of #DDF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6DF

Black with #DDF6DF

Text Example


Text Example

White with #DDF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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