Html Css Color HEX #DCF6DF Frosted Mint

📋 copy color: '#DCF6DF'

red 220 ◦ green 246 ◦ blue 223

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

Shades of Frosted Mint #DCF6DF

Tints of Frosted Mint #DCF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.7%

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

R = 31.93%
G = 35.7%
B = 32.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#DCF6DF (or 0xDCF6DF) is known color: Frosted Mint. HEX triplet: DC, F6 and DF. RGB value is (220,246,223). Sum of RGB (Red+Green+Blue) = 220+246+223=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6DF is #230920. Grayscale: #EBEBEB. Windows color (decimal): -2296097 or 14677724. OLE color: 14677724.

HSL color Cylindrical-coordinate representation of color #DCF6DF: hue angle of 126.92º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6DF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 223 -
CMYK 0.11 0 0.09 0.04
HSL 126.92º 0.59% 0.91% -
HSV(B) 126.92º 0.11% 0.96% -
XYZ 75.79 86.45 82.5 -
YUV 235.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 220 246 223 0.11 0 0.09 0.04 126.92 0.59 0.91
Hex DC F6 DF B 0 9 4 7F 3B 5B
Octal 334 366 337 13 0 11 4 177 73 133
Binary 11011100 11110110 11011111 1011 0 1001 100 1111111 111011 1011011

Color Harmonies of #DCF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF6DF

Black with #DCF6DF

Text Example


Text Example

White with #DCF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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