Html Css Color HEX #DDF9E0 Frosted Mint

📋 copy color: '#DDF9E0'

red 221 ◦ green 249 ◦ blue 224

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

Shades of Frosted Mint #DDF9E0

Tints of Frosted Mint #DDF9E0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.88%

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

R = 31.84%
G = 35.88%
B = 32.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DDF9E0 (or 0xDDF9E0) is known color: Frosted Mint. HEX triplet: DD, F9 and E0. RGB value is (221,249,224). Sum of RGB (Red+Green+Blue) = 221+249+224=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9E0 is #22061F. Grayscale: #EDEDED. Windows color (decimal): -2229792 or 14744029. OLE color: 14744029.

HSL color Cylindrical-coordinate representation of color #DDF9E0: hue angle of 126.43º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9E0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 224 -
CMYK 0.11 0 0.10 0.02
HSL 126.43º 0.7% 0.92% -
HSV(B) 126.43º 0.11% 0.98% -
XYZ 77.15 88.51 83.54 -
YUV 237.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 221 249 224 0.11 0 0.10 0.02 126.43 0.7 0.92
Hex DD F9 E0 B 0 A 2 7E 46 5C
Octal 335 371 340 13 0 12 2 176 106 134
Binary 11011101 11111001 11100000 1011 0 1010 10 1111110 1000110 1011100

Color Harmonies of #DDF9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9E0

Black with #DDF9E0

Text Example


Text Example

White with #DDF9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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