#DCFCC7

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

Shades of Snowy Mint #DCFCC7

Tints of Snowy Mint #DCFCC7

Color information

#DCFCC7 (or 0xDCFCC7) is unknown color: approx Snowy Mint. HEX triplet: DC, FC and C7. RGB value is (220,252,199). Sum of RGB (Red+Green+Blue) = 220+252+199=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC7 is #230338. Grayscale: #ECECEC. Windows color (decimal): -2294585 or 13106396. OLE color: 13106396.

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

Color convert

RGB220252199-
CMYK0.1300.210.01
HSL96.23º89.83%88.43%-
HSV(B)96.23º21.03%98.82%-
XYZ74.6388.9667.27-
YUV236.39106.9116.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.79%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 199 (78.12% from 255) = 29.66%
R=32.79%
G=37.56%
B=29.66%

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
Decimal2202521990.1300.210.0196.2389.8388.43
HexDCFCC7D0151605a58
Octal334374307150251140132130
Binary11011100111111001100011111010101011110000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCC7; }

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

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

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

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

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

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

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

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