Html Css Color HEX #DCF9E0 Frosted Mint

📋 copy color: '#DCF9E0'

red 220 ◦ green 249 ◦ blue 224

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

Shades of Frosted Mint #DCF9E0

Tints of Frosted Mint #DCF9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.32%

R = 31.75%
G = 35.93%
B = 32.32%

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

#DCF9E0 (or 0xDCF9E0) is known color: Frosted Mint. HEX triplet: DC, F9 and E0. RGB value is (220,249,224). Sum of RGB (Red+Green+Blue) = 220+249+224=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9E0 is #23061F. Grayscale: #EDEDED. Windows color (decimal): -2295328 or 14744028. OLE color: 14744028.

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

Color convert

RGB 220 249 224 -
CMYK 0.12 0 0.10 0.02
HSL 128.28º 0.71% 0.92% -
HSV(B) 128.28º 0.12% 0.98% -
XYZ 76.85 88.35 83.52 -
YUV 237.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 220 249 224 0.12 0 0.10 0.02 128.28 0.71 0.92
Hex DC F9 E0 C 0 A 2 80 47 5C
Octal 334 371 340 14 0 12 2 200 107 134
Binary 11011100 11111001 11100000 1100 0 1010 10 10000000 1000111 1011100

Color Harmonies of #DCF9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9E0

Black with #DCF9E0

Text Example


Text Example

White with #DCF9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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