Html Css Color HEX #DDFFE1 Frosted Mint

📋 copy color: '#DDFFE1'

red 221 ◦ green 255 ◦ blue 225

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

Shades of Frosted Mint #DDFFE1

Tints of Frosted Mint #DDFFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.1%

R = 31.53%
G = 36.38%
B = 32.1%

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

#DDFFE1 (or 0xDDFFE1) is known color: Frosted Mint. HEX triplet: DD, FF and E1. RGB value is (221,255,225). Sum of RGB (Red+Green+Blue) = 221+255+225=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFE1 is #22001E. Grayscale: #F1F1F1. Windows color (decimal): -2228255 or 14811101. OLE color: 14811101.

HSL color Cylindrical-coordinate representation of color #DDFFE1: hue angle of 127.06º 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 #DDFFE1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 225 -
CMYK 0.13 0 0.12 0
HSL 127.06º 1% 0.93% -
HSV(B) 127.06º 0.13% 1% -
XYZ 79.17 92.33 84.88 -
YUV 241.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 221 255 225 0.13 0 0.12 0 127.06 1 0.93
Hex DD FF E1 D 0 C 0 7F 64 5D
Octal 335 377 341 15 0 14 0 177 144 135
Binary 11011101 11111111 11100001 1101 0 1100 0 1111111 1100100 1011101

Color Harmonies of #DDFFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFE1

Black with #DDFFE1

Text Example


Text Example

White with #DDFFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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