#DCFDCC

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

Shades of Snowy Mint #DCFDCC

Tints of Snowy Mint #DCFDCC

Color information

#DCFDCC (or 0xDCFDCC) is unknown color: approx Snowy Mint. HEX triplet: DC, FD and CC. RGB value is (220,253,204). Sum of RGB (Red+Green+Blue) = 220+253+204=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDCC is #230233. Grayscale: #EDEDED. Windows color (decimal): -2294324 or 13434332. OLE color: 13434332.

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

Color convert

RGB220253204-
CMYK0.1300.190.01
HSL100.41º92.45%89.61%-
HSV(B)100.41º19.37%99.22%-
XYZ75.5489.8370.48-
YUV237.55109.07115.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=32.50%
G=37.37%
B=30.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532040.1300.190.01100.4192.4589.61
HexDCFDCCD0131645c5a
Octal334375314150231144134132
Binary11011100111111011100110011010100111110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDCC; }

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

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

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

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

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

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

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

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