#DCFEC8

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

Shades of Snowy Mint #DCFEC8

Tints of Snowy Mint #DCFEC8

Color information

#DCFEC8 (or 0xDCFEC8) is unknown color: approx Snowy Mint. HEX triplet: DC, FE and C8. RGB value is (220,254,200). Sum of RGB (Red+Green+Blue) = 220+254+200=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC8 is #230137. Grayscale: #EDEDED. Windows color (decimal): -2294072 or 13172444. OLE color: 13172444.

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

Color convert

RGB220254200-
CMYK0.1300.210.00
HSL97.78º96.43%89.02%-
HSV(B)97.78º21.26%99.61%-
XYZ75.3890.2768.09-
YUV237.68106.74115.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 200 (78.52% from 255) = 29.67%
R=32.64%
G=37.69%
B=29.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542000.1300.210.0097.7896.4389.02
HexDCFEC8D0150626059
Octal334376310150250142140131
Binary11011100111111101100100011010101010110001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEC8; }

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

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

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

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

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

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

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

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