Html Css Color HEX #DDF8E0 Frosted Mint

📋 copy color: '#DDF8E0'

red 221 ◦ green 248 ◦ blue 224

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

Shades of Frosted Mint #DDF8E0

Tints of Frosted Mint #DDF8E0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.79%

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

R = 31.89%
G = 35.79%
B = 32.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#DDF8E0 (or 0xDDF8E0) is known color: Frosted Mint. HEX triplet: DD, F8 and E0. RGB value is (221,248,224). Sum of RGB (Red+Green+Blue) = 221+248+224=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8E0 is #22071F. Grayscale: #EDEDED. Windows color (decimal): -2230048 or 14743773. OLE color: 14743773.

HSL color Cylindrical-coordinate representation of color #DDF8E0: hue angle of 126.67º degrees, saturation: 0.66, 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 #DDF8E0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 224 -
CMYK 0.11 0 0.10 0.03
HSL 126.67º 0.66% 0.92% -
HSV(B) 126.67º 0.11% 0.97% -
XYZ 76.84 87.89 83.44 -
YUV 237.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 221 248 224 0.11 0 0.10 0.03 126.67 0.66 0.92
Hex DD F8 E0 B 0 A 3 7F 42 5C
Octal 335 370 340 13 0 12 3 177 102 134
Binary 11011101 11111000 11100000 1011 0 1010 11 1111111 1000010 1011100

Color Harmonies of #DDF8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8E0

Black with #DDF8E0

Text Example


Text Example

White with #DDF8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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