#DCFADE

Color #DCFADE Frosted Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frosted Mint #DCFADE

Tints of Frosted Mint #DCFADE

Color information

#DCFADE (or 0xDCFADE) is unknown color: approx Frosted Mint. HEX triplet: DC, FA and DE. RGB value is (220,250,222). Sum of RGB (Red+Green+Blue) = 220+250+222=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADE is #230521. Grayscale: #EDEDED. Windows color (decimal): -2295074 or 14613212. OLE color: 14613212.

HSL color Cylindrical-coordinate representation of color #DCFADE: hue angle of 124º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFADE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB220250222-
CMYK0.1200.110.02
HSL124º75%92.16%-
HSV(B)124º12%98.04%-
XYZ76.8988.8682.21-
YUV237.84119.06115.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=31.79%
G=36.13%
B=32.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502220.1200.110.021247592.16
HexDCFADEC0B27c4b5c
Octal334372336140132174113134
Binary11011100111110101101111011000101110111110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFADE; }

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

 H1.HeaderClassName
 {
   color: #DCFADE;
 }
 .AnyTagClassName
 {
   color: #DCFADE;
 }
</style>
background-color css

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

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

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

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

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

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