Html Css Color HEX #DDFAE0 Frosted Mint

📋 copy color: '#DDFAE0'

red 221 ◦ green 250 ◦ blue 224

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

Shades of Frosted Mint #DDFAE0

Tints of Frosted Mint #DDFAE0

RGB

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

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

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

R = 31.8%
G = 35.97%
B = 32.23%

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

#DDFAE0 (or 0xDDFAE0) is known color: Frosted Mint. HEX triplet: DD, FA and E0. RGB value is (221,250,224). Sum of RGB (Red+Green+Blue) = 221+250+224=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAE0 is #22051F. Grayscale: #EEEEEE. Windows color (decimal): -2229536 or 14744285. OLE color: 14744285.

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

Color convert

RGB 221 250 224 -
CMYK 0.12 0 0.10 0.02
HSL 126.21º 0.74% 0.92% -
HSV(B) 126.21º 0.12% 0.98% -
XYZ 77.46 89.13 83.64 -
YUV 238.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 221 250 224 0.12 0 0.10 0.02 126.21 0.74 0.92
Hex DD FA E0 C 0 A 2 7E 4A 5C
Octal 335 372 340 14 0 12 2 176 112 134
Binary 11011101 11111010 11100000 1100 0 1010 10 1111110 1001010 1011100

Color Harmonies of #DDFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAE0

Black with #DDFAE0

Text Example


Text Example

White with #DDFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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