#DBFBCF

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

Shades of Snowy Mint #DBFBCF

Tints of Snowy Mint #DBFBCF

Color information

#DBFBCF (or 0xDBFBCF) is unknown color: approx Snowy Mint. HEX triplet: DB, FB and CF. RGB value is (219,251,207). Sum of RGB (Red+Green+Blue) = 219+251+207=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCF is #240430. Grayscale: #ECECEC. Windows color (decimal): -2360369 or 13630427. OLE color: 13630427.

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

Color convert

RGB219251207-
CMYK0.1300.180.02
HSL103.64º84.62%89.8%-
HSV(B)103.64º17.53%98.43%-
XYZ74.9788.5672.17-
YUV236.42111.4115.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=32.35%
G=37.08%
B=30.58%

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
Decimal2192512070.1300.180.02103.6484.6289.8
HexDBFBCFD012268555a
Octal333373317150222150125132
Binary110110111111101111001111110101001010110100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBCF; }

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

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

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

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

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

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

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

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