#DCFDCF

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

Shades of Snowy Mint #DCFDCF

Tints of Snowy Mint #DCFDCF

Color information

#DCFDCF (or 0xDCFDCF) is unknown color: approx Snowy Mint. HEX triplet: DC, FD and CF. RGB value is (220,253,207). Sum of RGB (Red+Green+Blue) = 220+253+207=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDCF is #230230. Grayscale: #EEEEEE. Windows color (decimal): -2294321 or 13630940. OLE color: 13630940.

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

Color convert

RGB220253207-
CMYK0.1300.180.01
HSL103.04º92%90.2%-
HSV(B)103.04º18.18%99.22%-
XYZ75.989.9772.4-
YUV237.89110.57115.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 207 (81.25% from 255) = 30.44%
R=32.35%
G=37.21%
B=30.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532070.1300.180.01103.049290.2
HexDCFDCFD0121675c5a
Octal334375317150221147134132
Binary11011100111111011100111111010100101110011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDCF; }

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

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

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

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

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

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

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

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