#DCFBDE

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

Shades of Frosted Mint #DCFBDE

Tints of Frosted Mint #DCFBDE

Color information

#DCFBDE (or 0xDCFBDE) is unknown color: approx Frosted Mint. HEX triplet: DC, FB and DE. RGB value is (220,251,222). Sum of RGB (Red+Green+Blue) = 220+251+222=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBDE is #230421. Grayscale: #EEEEEE. Windows color (decimal): -2294818 or 14613468. OLE color: 14613468.

HSL color Cylindrical-coordinate representation of color #DCFBDE: hue angle of 123.87º degrees, saturation: 0.79, 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 #DCFBDE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB220251222-
CMYK0.1200.120.02
HSL123.87º79.49%92.35%-
HSV(B)123.87º12.35%98.43%-
XYZ77.289.4882.31-
YUV238.42118.73114.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=31.75%
G=36.22%
B=32.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512220.1200.120.02123.8779.4992.35
HexDCFBDEC0C27c4f5c
Octal334373336140142174117134
Binary11011100111110111101111011000110010111110010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBDE; }

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

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

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

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

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

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

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

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