Html Css Color HEX #DCFEDF Frosted Mint

📋 copy color: '#DCFEDF'

red 220 ◦ green 254 ◦ blue 223

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

Shades of Frosted Mint #DCFEDF

Tints of Frosted Mint #DCFEDF

RGB

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

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

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

R = 31.56%
G = 36.44%
B = 31.99%

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

#DCFEDF (or 0xDCFEDF) is known color: Frosted Mint. HEX triplet: DC, FE and DF. RGB value is (220,254,223). Sum of RGB (Red+Green+Blue) = 220+254+223=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEDF is #230120. Grayscale: #F0F0F0. Windows color (decimal): -2294049 or 14679772. OLE color: 14679772.

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

Color convert

RGB 220 254 223 -
CMYK 0.13 0 0.12 0.00
HSL 125.29º 0.94% 0.93% -
HSV(B) 125.29º 0.13% 1% -
XYZ 78.28 91.43 83.33 -
YUV 240.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 220 254 223 0.13 0 0.12 0.00 125.29 0.94 0.93
Hex DC FE DF D 0 C 0 7D 5E 5D
Octal 334 376 337 15 0 14 0 175 136 135
Binary 11011100 11111110 11011111 1101 0 1100 0 1111101 1011110 1011101

Color Harmonies of #DCFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEDF

Black with #DCFEDF

Text Example


Text Example

White with #DCFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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