Html Css Color HEX #DCFEE0 Frosted Mint

📋 copy color: '#DCFEE0'

red 220 ◦ green 254 ◦ blue 224

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

Shades of Frosted Mint #DCFEE0

Tints of Frosted Mint #DCFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.39%

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

R = 31.52%
G = 36.39%
B = 32.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#DCFEE0 (or 0xDCFEE0) is known color: Frosted Mint. HEX triplet: DC, FE and E0. RGB value is (220,254,224). Sum of RGB (Red+Green+Blue) = 220+254+224=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEE0 is #23011F. Grayscale: #F0F0F0. Windows color (decimal): -2294048 or 14745308. OLE color: 14745308.

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

Color convert

RGB 220 254 224 -
CMYK 0.13 0 0.12 0.00
HSL 127.06º 0.94% 0.93% -
HSV(B) 127.06º 0.13% 1% -
XYZ 78.41 91.48 84.05 -
YUV 240.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 220 254 224 0.13 0 0.12 0.00 127.06 0.94 0.93
Hex DC FE E0 D 0 C 0 7F 5E 5D
Octal 334 376 340 15 0 14 0 177 136 135
Binary 11011100 11111110 11100000 1101 0 1100 0 1111111 1011110 1011101

Color Harmonies of #DCFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEE0

Black with #DCFEE0

Text Example


Text Example

White with #DCFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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