#DCFBCC

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

Shades of Snowy Mint #DCFBCC

Tints of Snowy Mint #DCFBCC

Color information

#DCFBCC (or 0xDCFBCC) is unknown color: approx Snowy Mint. HEX triplet: DC, FB and CC. RGB value is (220,251,204). Sum of RGB (Red+Green+Blue) = 220+251+204=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBCC is #230433. Grayscale: #ECECEC. Windows color (decimal): -2294836 or 13433820. OLE color: 13433820.

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

Color convert

RGB220251204-
CMYK0.1200.190.02
HSL99.57º85.45%89.22%-
HSV(B)99.57º18.73%98.43%-
XYZ74.9188.5770.27-
YUV236.37109.73116.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.59%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 204 (80.08% from 255) = 30.22%
R=32.59%
G=37.19%
B=30.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512040.1200.190.0299.5785.4589.22
HexDCFBCCC0132645559
Octal334373314140232144125131
Binary110111001111101111001100110001001110110010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBCC; }

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

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

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

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

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

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

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

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