#DCFFCE

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

Shades of Snowy Mint #DCFFCE

Tints of Snowy Mint #DCFFCE

Color information

#DCFFCE (or 0xDCFFCE) is unknown color: approx Snowy Mint. HEX triplet: DC, FF and CE. RGB value is (220,255,206). Sum of RGB (Red+Green+Blue) = 220+255+206=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 206 (80.86% from 255 or 30.25% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFCE is #230031. Grayscale: #EFEFEF. Windows color (decimal): -2293810 or 13565916. OLE color: 13565916.

HSL color Cylindrical-coordinate representation of color #DCFFCE: hue angle of 102.86º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFFCE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB220255206-
CMYK0.1400.190
HSL102.86º100%90.39%-
HSV(B)102.86º19.22%100%-
XYZ76.4291.1971.97-
YUV238.95109.4114.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 206 (80.86% from 255) = 30.25%
R=32.31%
G=37.44%
B=30.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552060.1400.190102.8610090.39
HexDCFFCEE013067645a
Octal334377316160230147144132
Binary11011100111111111100111011100100110110011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFCE; }

 p { color: rgb(220,255,206); }

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

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

 a { background-color: rgb(220,255,206); }

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

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

 span { border-color: rgb(220,255,206); }

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