Html Css Color HEX #DCFADF Frosted Mint

📋 copy color: '#DCFADF'

red 220 ◦ green 250 ◦ blue 223

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

Shades of Frosted Mint #DCFADF

Tints of Frosted Mint #DCFADF

RGB

 RED value IS 220 (86.33% from 255) = 31.75%

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

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

R = 31.75%
G = 36.08%
B = 32.18%

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

#DCFADF (or 0xDCFADF) is known color: Frosted Mint. HEX triplet: DC, FA and DF. RGB value is (220,250,223). Sum of RGB (Red+Green+Blue) = 220+250+223=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADF is #230520. Grayscale: #EEEEEE. Windows color (decimal): -2295073 or 14678748. OLE color: 14678748.

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

Color convert

RGB 220 250 223 -
CMYK 0.12 0 0.11 0.02
HSL 126º 0.75% 0.92% -
HSV(B) 126º 0.12% 0.98% -
XYZ 77.02 88.91 82.91 -
YUV 237.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 220 250 223 0.12 0 0.11 0.02 126 0.75 0.92
Hex DC FA DF C 0 B 2 7E 4B 5C
Octal 334 372 337 14 0 13 2 176 113 134
Binary 11011100 11111010 11011111 1100 0 1011 10 1111110 1001011 1011100

Color Harmonies of #DCFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFADF

Black with #DCFADF

Text Example


Text Example

White with #DCFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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