Html Css Color HEX #DCFCDE Frosted Mint

📋 copy color: '#DCFCDE'

red 220 ◦ green 252 ◦ blue 222

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

Shades of Frosted Mint #DCFCDE

Tints of Frosted Mint #DCFCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.99%

R = 31.7%
G = 36.31%
B = 31.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#DCFCDE (or 0xDCFCDE) is known color: Frosted Mint. HEX triplet: DC, FC and DE. RGB value is (220,252,222). Sum of RGB (Red+Green+Blue) = 220+252+222=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDE is #230321. Grayscale: #EFEFEF. Windows color (decimal): -2294562 or 14613724. OLE color: 14613724.

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

Color convert

RGB 220 252 222 -
CMYK 0.13 0 0.12 0.01
HSL 123.75º 0.84% 0.93% -
HSV(B) 123.75º 0.13% 0.99% -
XYZ 77.51 90.11 82.42 -
YUV 239.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 220 252 222 0.13 0 0.12 0.01 123.75 0.84 0.93
Hex DC FC DE D 0 C 1 7C 54 5D
Octal 334 374 336 15 0 14 1 174 124 135
Binary 11011100 11111100 11011110 1101 0 1100 1 1111100 1010100 1011101

Color Harmonies of #DCFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCDE

Black with #DCFCDE

Text Example


Text Example

White with #DCFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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