#DCFBE0

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

Shades of Frosted Mint #DCFBE0

Tints of Frosted Mint #DCFBE0

Color information

#DCFBE0 (or 0xDCFBE0) is unknown color: approx Frosted Mint. HEX triplet: DC, FB and E0. RGB value is (220,251,224). Sum of RGB (Red+Green+Blue) = 220+251+224=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBE0 is #23041F. Grayscale: #EEEEEE. Windows color (decimal): -2294816 or 14744540. OLE color: 14744540.

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

Color convert

RGB220251224-
CMYK0.1200.110.02
HSL127.74º79.49%92.35%-
HSV(B)127.74º12.35%98.43%-
XYZ77.4789.5983.73-
YUV238.65119.73114.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=31.65%
G=36.12%
B=32.23%

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
Decimal2202512240.1200.110.02127.7479.4992.35
HexDCFBE0C0B2804f5c
Octal334373340140132200117134
Binary110111001111101111100000110001011101000000010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBE0; }

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

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

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

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

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

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

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

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