Html Css Color HEX #DCFFE0 Frosted Mint

📋 copy color: '#DCFFE0'

red 220 ◦ green 255 ◦ blue 224

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

Shades of Frosted Mint #DCFFE0

Tints of Frosted Mint #DCFFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 36.48%

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

R = 31.47%
G = 36.48%
B = 32.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#DCFFE0 (or 0xDCFFE0) is known color: Frosted Mint. HEX triplet: DC, FF and E0. RGB value is (220,255,224). Sum of RGB (Red+Green+Blue) = 220+255+224=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFE0 is #23001F. Grayscale: #F1F1F1. Windows color (decimal): -2293792 or 14745564. OLE color: 14745564.

HSL color Cylindrical-coordinate representation of color #DCFFE0: hue angle of 126.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFE0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 224 -
CMYK 0.14 0 0.12 0
HSL 126.86º 1% 0.93% -
HSV(B) 126.86º 0.14% 1% -
XYZ 78.73 92.12 84.15 -
YUV 241 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 220 255 224 0.14 0 0.12 0 126.86 1 0.93
Hex DC FF E0 E 0 C 0 7F 64 5D
Octal 334 377 340 16 0 14 0 177 144 135
Binary 11011100 11111111 11100000 1110 0 1100 0 1111111 1100100 1011101

Color Harmonies of #DCFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFE0

Black with #DCFFE0

Text Example


Text Example

White with #DCFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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