#DBFDC9

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

Shades of Snowy Mint #DBFDC9

Tints of Snowy Mint #DBFDC9

Color information

#DBFDC9 (or 0xDBFDC9) is unknown color: approx Snowy Mint. HEX triplet: DB, FD and C9. RGB value is (219,253,201). Sum of RGB (Red+Green+Blue) = 219+253+201=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC9 is #240236. Grayscale: #EDEDED. Windows color (decimal): -2359863 or 13237723. OLE color: 13237723.

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

Color convert

RGB219253201-
CMYK0.1300.210.01
HSL99.23º92.86%89.02%-
HSV(B)99.23º20.55%99.22%-
XYZ74.8889.5368.59-
YUV236.91107.74115.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 201 (78.91% from 255) = 29.87%
R=32.54%
G=37.59%
B=29.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532010.1300.210.0199.2392.8689.02
HexDBFDC9D0151635d59
Octal333375311150251143135131
Binary11011011111111011100100111010101011110001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC9; }

 p { color: rgb(219,253,201); }

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

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

 a { background-color: rgb(219,253,201); }

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

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

 span { border-color: rgb(219,253,201); }

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