#DCFCCA

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

Shades of Snowy Mint #DCFCCA

Tints of Snowy Mint #DCFCCA

Color information

#DCFCCA (or 0xDCFCCA) is unknown color: approx Snowy Mint. HEX triplet: DC, FC and CA. RGB value is (220,252,202). Sum of RGB (Red+Green+Blue) = 220+252+202=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCA is #230335. Grayscale: #ECECEC. Windows color (decimal): -2294582 or 13303004. OLE color: 13303004.

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

Color convert

RGB220252202-
CMYK0.1300.200.01
HSL98.4º89.29%89.02%-
HSV(B)98.4º19.84%98.82%-
XYZ74.9989.169.12-
YUV236.73108.4116.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=32.64%
G=37.39%
B=29.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522020.1300.200.0198.489.2989.02
HexDCFCCAD0141625959
Octal334374312150241142131131
Binary11011100111111001100101011010101001110001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCCA; }

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

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

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

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

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

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

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

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