#DCFBCA

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

Shades of Snowy Mint #DCFBCA

Tints of Snowy Mint #DCFBCA

Color information

#DCFBCA (or 0xDCFBCA) is unknown color: approx Snowy Mint. HEX triplet: DC, FB and CA. RGB value is (220,251,202). Sum of RGB (Red+Green+Blue) = 220+251+202=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBCA is #230435. Grayscale: #ECECEC. Windows color (decimal): -2294838 or 13302748. OLE color: 13302748.

HSL color Cylindrical-coordinate representation of color #DCFBCA: hue angle of 97.96º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFBCA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB220251202-
CMYK0.1200.200.02
HSL97.96º85.96%88.82%-
HSV(B)97.96º19.52%98.43%-
XYZ74.6788.4769.02-
YUV236.14108.73116.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=32.69%
G=37.30%
B=30.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512020.1200.200.0297.9685.9688.82
HexDCFBCAC0142625659
Octal334373312140242142126131
Binary110111001111101111001010110001010010110001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBCA; }

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

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

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

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

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

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

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

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