Html Css Color HEX #DDF6E0 Frosted Mint

📋 copy color: '#DDF6E0'

red 221 ◦ green 246 ◦ blue 224

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

Shades of Frosted Mint #DDF6E0

Tints of Frosted Mint #DDF6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.42%

R = 31.98%
G = 35.6%
B = 32.42%

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

#DDF6E0 (or 0xDDF6E0) is known color: Frosted Mint. HEX triplet: DD, F6 and E0. RGB value is (221,246,224). Sum of RGB (Red+Green+Blue) = 221+246+224=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6E0 is #22091F. Grayscale: #ECECEC. Windows color (decimal): -2230560 or 14743261. OLE color: 14743261.

HSL color Cylindrical-coordinate representation of color #DDF6E0: hue angle of 127.2º 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 #DDF6E0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 224 -
CMYK 0.10 0 0.09 0.04
HSL 127.2º 0.58% 0.92% -
HSV(B) 127.2º 0.1% 0.96% -
XYZ 76.23 86.67 83.23 -
YUV 236.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 221 246 224 0.10 0 0.09 0.04 127.2 0.58 0.92
Hex DD F6 E0 A 0 9 4 7F 3A 5C
Octal 335 366 340 12 0 11 4 177 72 134
Binary 11011101 11110110 11100000 1010 0 1001 100 1111111 111010 1011100

Color Harmonies of #DDF6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6E0

Black with #DDF6E0

Text Example


Text Example

White with #DDF6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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