#DBFBCE

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

Shades of Snowy Mint #DBFBCE

Tints of Snowy Mint #DBFBCE

Color information

#DBFBCE (or 0xDBFBCE) is unknown color: approx Snowy Mint. HEX triplet: DB, FB and CE. RGB value is (219,251,206). Sum of RGB (Red+Green+Blue) = 219+251+206=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCE is #240431. Grayscale: #ECECEC. Windows color (decimal): -2360370 or 13564891. OLE color: 13564891.

HSL color Cylindrical-coordinate representation of color #DBFBCE: hue angle of 102.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFBCE is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB219251206-
CMYK0.1300.180.02
HSL102.67º84.91%89.61%-
HSV(B)102.67º17.93%98.43%-
XYZ74.8588.5171.53-
YUV236.3110.9115.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.40%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=32.40%
G=37.13%
B=30.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512060.1300.180.02102.6784.9189.61
HexDBFBCED012267555a
Octal333373316150222147125132
Binary110110111111101111001110110101001010110011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBCE; }

 p { color: rgb(219,251,206); }

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

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

 a { background-color: rgb(219,251,206); }

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

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

 span { border-color: rgb(219,251,206); }

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