#DBFCCA

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

Shades of Snowy Mint #DBFCCA

Tints of Snowy Mint #DBFCCA

Color information

#DBFCCA (or 0xDBFCCA) is unknown color: approx Snowy Mint. HEX triplet: DB, FC and CA. RGB value is (219,252,202). Sum of RGB (Red+Green+Blue) = 219+252+202=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCA is #240335. Grayscale: #ECECEC. Windows color (decimal): -2360118 or 13303003. OLE color: 13303003.

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

Color convert

RGB219252202-
CMYK0.1300.200.01
HSL99.6º89.29%89.02%-
HSV(B)99.6º19.84%98.82%-
XYZ74.6888.9569.11-
YUV236.43108.57115.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=32.54%
G=37.44%
B=30.01%

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
Decimal2192522020.1300.200.0199.689.2989.02
HexDBFCCAD0141645959
Octal333374312150241144131131
Binary11011011111111001100101011010101001110010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCCA; }

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

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

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

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

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

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

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

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