Html Css Color HEX #DDFEE0 Frosted Mint

📋 copy color: '#DDFEE0'

red 221 ◦ green 254 ◦ blue 224

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

Shades of Frosted Mint #DDFEE0

Tints of Frosted Mint #DDFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.34%

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

R = 31.62%
G = 36.34%
B = 32.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#DDFEE0 (or 0xDDFEE0) is known color: Frosted Mint. HEX triplet: DD, FE and E0. RGB value is (221,254,224). Sum of RGB (Red+Green+Blue) = 221+254+224=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEE0 is #22011F. Grayscale: #F0F0F0. Windows color (decimal): -2228512 or 14745309. OLE color: 14745309.

HSL color Cylindrical-coordinate representation of color #DDFEE0: hue angle of 125.45º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEE0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 224 -
CMYK 0.13 0 0.12 0.00
HSL 125.45º 0.94% 0.93% -
HSV(B) 125.45º 0.13% 1% -
XYZ 78.72 91.64 84.06 -
YUV 240.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 221 254 224 0.13 0 0.12 0.00 125.45 0.94 0.93
Hex DD FE E0 D 0 C 0 7D 5E 5D
Octal 335 376 340 15 0 14 0 175 136 135
Binary 11011101 11111110 11100000 1101 0 1100 0 1111101 1011110 1011101

Color Harmonies of #DDFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEE0

Black with #DDFEE0

Text Example


Text Example

White with #DDFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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