Html Css Color HEX #DDFFE0 Frosted Mint

📋 copy color: '#DDFFE0'

red 221 ◦ green 255 ◦ blue 224

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

Shades of Frosted Mint #DDFFE0

Tints of Frosted Mint #DDFFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 36.43%

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

R = 31.57%
G = 36.43%
B = 32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#DDFFE0 (or 0xDDFFE0) is known color: Frosted Mint. HEX triplet: DD, FF and E0. RGB value is (221,255,224). Sum of RGB (Red+Green+Blue) = 221+255+224=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFE0 is #22001F. Grayscale: #F1F1F1. Windows color (decimal): -2228256 or 14745565. OLE color: 14745565.

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

Color convert

RGB 221 255 224 -
CMYK 0.13 0 0.12 0
HSL 125.29º 1% 0.93% -
HSV(B) 125.29º 0.13% 1% -
XYZ 79.03 92.27 84.17 -
YUV 241.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 221 255 224 0.13 0 0.12 0 125.29 1 0.93
Hex DD FF E0 D 0 C 0 7D 64 5D
Octal 335 377 340 15 0 14 0 175 144 135
Binary 11011101 11111111 11100000 1101 0 1100 0 1111101 1100100 1011101

Color Harmonies of #DDFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFE0

Black with #DDFFE0

Text Example


Text Example

White with #DDFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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