Html Css Color HEX #DCF7DF Frosted Mint

📋 copy color: '#DCF7DF'

red 220 ◦ green 247 ◦ blue 223

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

Shades of Frosted Mint #DCF7DF

Tints of Frosted Mint #DCF7DF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.8%

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

R = 31.88%
G = 35.8%
B = 32.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#DCF7DF (or 0xDCF7DF) is known color: Frosted Mint. HEX triplet: DC, F7 and DF. RGB value is (220,247,223). Sum of RGB (Red+Green+Blue) = 220+247+223=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7DF is #230820. Grayscale: #ECECEC. Windows color (decimal): -2295841 or 14677980. OLE color: 14677980.

HSL color Cylindrical-coordinate representation of color #DCF7DF: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7DF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 223 -
CMYK 0.11 0 0.10 0.03
HSL 126.67º 0.63% 0.92% -
HSV(B) 126.67º 0.11% 0.97% -
XYZ 76.1 87.06 82.61 -
YUV 236.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 220 247 223 0.11 0 0.10 0.03 126.67 0.63 0.92
Hex DC F7 DF B 0 A 3 7F 3F 5C
Octal 334 367 337 13 0 12 3 177 77 134
Binary 11011100 11110111 11011111 1011 0 1010 11 1111111 111111 1011100

Color Harmonies of #DCF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF7DF

Black with #DCF7DF

Text Example


Text Example

White with #DCF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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