Html Css Color HEX #DDFAE1 Frosted Mint

📋 copy color: '#DDFAE1'

red 221 ◦ green 250 ◦ blue 225

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

Shades of Frosted Mint #DDFAE1

Tints of Frosted Mint #DDFAE1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.92%

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

R = 31.75%
G = 35.92%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DDFAE1 (or 0xDDFAE1) is known color: Frosted Mint. HEX triplet: DD, FA and E1. RGB value is (221,250,225). Sum of RGB (Red+Green+Blue) = 221+250+225=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE1 is #22051E. Grayscale: #EEEEEE. Windows color (decimal): -2229535 or 14809821. OLE color: 14809821.

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

Color convert

RGB 221 250 225 -
CMYK 0.12 0 0.10 0.02
HSL 128.28º 0.74% 0.92% -
HSV(B) 128.28º 0.12% 0.98% -
XYZ 77.6 89.18 84.36 -
YUV 238.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 221 250 225 0.12 0 0.10 0.02 128.28 0.74 0.92
Hex DD FA E1 C 0 A 2 80 4A 5C
Octal 335 372 341 14 0 12 2 200 112 134
Binary 11011101 11111010 11100001 1100 0 1010 10 10000000 1001010 1011100

Color Harmonies of #DDFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAE1

Black with #DDFAE1

Text Example


Text Example

White with #DDFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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