#DCFCC8

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

Shades of Snowy Mint #DCFCC8

Tints of Snowy Mint #DCFCC8

Color information

#DCFCC8 (or 0xDCFCC8) is unknown color: approx Snowy Mint. HEX triplet: DC, FC and C8. RGB value is (220,252,200). Sum of RGB (Red+Green+Blue) = 220+252+200=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC8 is #230337. Grayscale: #ECECEC. Windows color (decimal): -2294584 or 13171932. OLE color: 13171932.

HSL color Cylindrical-coordinate representation of color #DCFCC8: hue angle of 96.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFCC8 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB220252200-
CMYK0.1300.210.01
HSL96.92º89.66%88.63%-
HSV(B)96.92º20.63%98.82%-
XYZ74.7589.0167.88-
YUV236.5107.4116.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 200 (78.52% from 255) = 29.76%
R=32.74%
G=37.5%
B=29.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522000.1300.210.0196.9289.6688.63
HexDCFCC8D0151615a59
Octal334374310150251141132131
Binary11011100111111001100100011010101011110000110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCC8; }

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

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

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

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

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

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

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

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