Html Css Color HEX #DCFCE1 Frosted Mint

📋 copy color: '#DCFCE1'

red 220 ◦ green 252 ◦ blue 225

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

Shades of Frosted Mint #DCFCE1

Tints of Frosted Mint #DCFCE1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.15%

 BLUE value IS 225 (88.28% from 255) = 32.28%

R = 31.56%
G = 36.15%
B = 32.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#DCFCE1 (or 0xDCFCE1) is known color: Frosted Mint. HEX triplet: DC, FC and E1. RGB value is (220,252,225). Sum of RGB (Red+Green+Blue) = 220+252+225=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCE1 is #23031E. Grayscale: #EFEFEF. Windows color (decimal): -2294559 or 14810332. OLE color: 14810332.

HSL color Cylindrical-coordinate representation of color #DCFCE1: hue angle of 129.38º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 225 -
CMYK 0.13 0 0.11 0.01
HSL 129.38º 0.84% 0.93% -
HSV(B) 129.38º 0.13% 0.99% -
XYZ 77.92 90.27 84.55 -
YUV 239.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 220 252 225 0.13 0 0.11 0.01 129.38 0.84 0.93
Hex DC FC E1 D 0 B 1 81 54 5D
Octal 334 374 341 15 0 13 1 201 124 135
Binary 11011100 11111100 11100001 1101 0 1011 1 10000001 1010100 1011101

Color Harmonies of #DCFCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCE1

Black with #DCFCE1

Text Example


Text Example

White with #DCFCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCE1; }

 p { color: rgb(220,252,225); }

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

background-color css

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

 a { background-color: rgb(220,252,225); }

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

border-color css

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

 span { border-color: rgb(220,252,225); }

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