#DCFDC8

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

Shades of Snowy Mint #DCFDC8

Tints of Snowy Mint #DCFDC8

Color information

#DCFDC8 (or 0xDCFDC8) is unknown color: approx Snowy Mint. HEX triplet: DC, FD and C8. RGB value is (220,253,200). Sum of RGB (Red+Green+Blue) = 220+253+200=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDC8 is #230237. Grayscale: #EDEDED. Windows color (decimal): -2294328 or 13172188. OLE color: 13172188.

HSL color Cylindrical-coordinate representation of color #DCFDC8: hue angle of 97.36º degrees, saturation: 0.93, 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 #DCFDC8 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB220253200-
CMYK0.1300.210.01
HSL97.36º92.98%88.82%-
HSV(B)97.36º20.95%99.22%-
XYZ75.0789.6467.99-
YUV237.09107.07115.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 200 (78.52% from 255) = 29.72%
R=32.69%
G=37.59%
B=29.72%

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
Decimal2202532000.1300.210.0197.3692.9888.82
HexDCFDC8D0151615d59
Octal334375310150251141135131
Binary11011100111111011100100011010101011110000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDC8; }

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

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

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

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

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

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

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

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