Html Css Color HEX #DDF7E0 Frosted Mint

📋 copy color: '#DDF7E0'

red 221 ◦ green 247 ◦ blue 224

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

Shades of Frosted Mint #DDF7E0

Tints of Frosted Mint #DDF7E0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.69%

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

R = 31.94%
G = 35.69%
B = 32.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#DDF7E0 (or 0xDDF7E0) is known color: Frosted Mint. HEX triplet: DD, F7 and E0. RGB value is (221,247,224). Sum of RGB (Red+Green+Blue) = 221+247+224=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7E0 is #22081F. Grayscale: #ECECEC. Windows color (decimal): -2230304 or 14743517. OLE color: 14743517.

HSL color Cylindrical-coordinate representation of color #DDF7E0: hue angle of 126.92º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7E0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 224 -
CMYK 0.11 0 0.09 0.03
HSL 126.92º 0.62% 0.92% -
HSV(B) 126.92º 0.11% 0.97% -
XYZ 76.53 87.28 83.33 -
YUV 236.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 221 247 224 0.11 0 0.09 0.03 126.92 0.62 0.92
Hex DD F7 E0 B 0 9 3 7F 3E 5C
Octal 335 367 340 13 0 11 3 177 76 134
Binary 11011101 11110111 11100000 1011 0 1001 11 1111111 111110 1011100

Color Harmonies of #DDF7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF7E0

Black with #DDF7E0

Text Example


Text Example

White with #DDF7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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