#DBFFCB

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

Shades of Snowy Mint #DBFFCB

Tints of Snowy Mint #DBFFCB

Color information

#DBFFCB (or 0xDBFFCB) is unknown color: approx Snowy Mint. HEX triplet: DB, FF and CB. RGB value is (219,255,203). Sum of RGB (Red+Green+Blue) = 219+255+203=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCB is #240034. Grayscale: #EEEEEE. Windows color (decimal): -2359349 or 13369307. OLE color: 13369307.

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

Color convert

RGB219255203-
CMYK0.1400.200
HSL101.54º100%89.8%-
HSV(B)101.54º20.39%100%-
XYZ75.7590.8970.05-
YUV238.31108.07114.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 29.99%
R=32.35%
G=37.67%
B=29.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552030.1400.200101.5410089.8
HexDBFFCBE014066645a
Octal333377313160240146144132
Binary11011011111111111100101111100101000110011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFCB; }

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

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

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

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

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

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

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

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