#DBFDC7

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

Shades of Snowy Mint #DBFDC7

Tints of Snowy Mint #DBFDC7

Color information

#DBFDC7 (or 0xDBFDC7) is unknown color: approx Snowy Mint. HEX triplet: DB, FD and C7. RGB value is (219,253,199). Sum of RGB (Red+Green+Blue) = 219+253+199=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC7 is #240238. Grayscale: #ECECEC. Windows color (decimal): -2359865 or 13106651. OLE color: 13106651.

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

Color convert

RGB219253199-
CMYK0.1300.210.01
HSL97.78º93.1%88.63%-
HSV(B)97.78º21.34%99.22%-
XYZ74.6589.4367.36-
YUV236.68106.74115.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.64%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 199 (78.12% from 255) = 29.66%
R=32.64%
G=37.70%
B=29.66%

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
Decimal2192531990.1300.210.0197.7893.188.63
HexDBFDC7D0151625d59
Octal333375307150251142135131
Binary11011011111111011100011111010101011110001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDC7; }

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

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

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

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

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

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

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

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