#DBFFC8

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

Shades of Snowy Mint #DBFFC8

Tints of Snowy Mint #DBFFC8

Color information

#DBFFC8 (or 0xDBFFC8) is unknown color: approx Snowy Mint. HEX triplet: DB, FF and C8. RGB value is (219,255,200). Sum of RGB (Red+Green+Blue) = 219+255+200=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFC8 is #240037. Grayscale: #EEEEEE. Windows color (decimal): -2359352 or 13172699. OLE color: 13172699.

HSL color Cylindrical-coordinate representation of color #DBFFC8: hue angle of 99.27º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFFC8 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB219255200-
CMYK0.1400.220
HSL99.27º100%89.22%-
HSV(B)99.27º21.57%100%-
XYZ75.490.7568.19-
YUV237.97106.57114.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 200 (78.52% from 255) = 29.67%
R=32.49%
G=37.83%
B=29.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552000.1400.22099.2710089.22
HexDBFFC8E0160636459
Octal333377310160260143144131
Binary11011011111111111100100011100101100110001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFC8; }

 p { color: rgb(219,255,200); }

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

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

 a { background-color: rgb(219,255,200); }

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

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

 span { border-color: rgb(219,255,200); }

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