Html Css Color HEX #DDFADF Frosted Mint

📋 copy color: '#DDFADF'

red 221 ◦ green 250 ◦ blue 223

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

Shades of Frosted Mint #DDFADF

Tints of Frosted Mint #DDFADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.13%

R = 31.84%
G = 36.02%
B = 32.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DDFADF (or 0xDDFADF) is known color: Frosted Mint. HEX triplet: DD, FA and DF. RGB value is (221,250,223). Sum of RGB (Red+Green+Blue) = 221+250+223=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADF is #220520. Grayscale: #EEEEEE. Windows color (decimal): -2229537 or 14678749. OLE color: 14678749.

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

Color convert

RGB 221 250 223 -
CMYK 0.12 0 0.11 0.02
HSL 124.14º 0.74% 0.92% -
HSV(B) 124.14º 0.12% 0.98% -
XYZ 77.32 89.07 82.93 -
YUV 238.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 221 250 223 0.12 0 0.11 0.02 124.14 0.74 0.92
Hex DD FA DF C 0 B 2 7C 4A 5C
Octal 335 372 337 14 0 13 2 174 112 134
Binary 11011101 11111010 11011111 1100 0 1011 10 1111100 1001010 1011100

Color Harmonies of #DDFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFADF

Black with #DDFADF

Text Example


Text Example

White with #DDFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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