#DCFCCD

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

Shades of Snowy Mint #DCFCCD

Tints of Snowy Mint #DCFCCD

Color information

#DCFCCD (or 0xDCFCCD) is unknown color: approx Snowy Mint. HEX triplet: DC, FC and CD. RGB value is (220,252,205). Sum of RGB (Red+Green+Blue) = 220+252+205=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCD is #230332. Grayscale: #EDEDED. Windows color (decimal): -2294579 or 13499612. OLE color: 13499612.

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

Color convert

RGB220252205-
CMYK0.1300.190.01
HSL100.85º88.68%89.61%-
HSV(B)100.85º18.65%98.82%-
XYZ75.3589.2471.01-
YUV237.07109.9115.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=32.50%
G=37.22%
B=30.28%

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
Decimal2202522050.1300.190.01100.8588.6889.61
HexDCFCCDD013165595a
Octal334374315150231145131132
Binary11011100111111001100110111010100111110010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCCD; }

 p { color: rgb(220,252,205); }

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

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

 a { background-color: rgb(220,252,205); }

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

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

 span { border-color: rgb(220,252,205); }

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