Html Css Color HEX #DCF9DF Frosted Mint

📋 copy color: '#DCF9DF'

red 220 ◦ green 249 ◦ blue 223

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

Shades of Frosted Mint #DCF9DF

Tints of Frosted Mint #DCF9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.98%

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

R = 31.79%
G = 35.98%
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

#DCF9DF (or 0xDCF9DF) is known color: Frosted Mint. HEX triplet: DC, F9 and DF. RGB value is (220,249,223). Sum of RGB (Red+Green+Blue) = 220+249+223=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9DF is #230620. Grayscale: #EDEDED. Windows color (decimal): -2295329 or 14678492. OLE color: 14678492.

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

Color convert

RGB 220 249 223 -
CMYK 0.12 0 0.10 0.02
HSL 126.21º 0.71% 0.92% -
HSV(B) 126.21º 0.12% 0.98% -
XYZ 76.71 88.29 82.81 -
YUV 237.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 220 249 223 0.12 0 0.10 0.02 126.21 0.71 0.92
Hex DC F9 DF C 0 A 2 7E 47 5C
Octal 334 371 337 14 0 12 2 176 107 134
Binary 11011100 11111001 11011111 1100 0 1010 10 1111110 1000111 1011100

Color Harmonies of #DCF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9DF

Black with #DCF9DF

Text Example


Text Example

White with #DCF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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