#DBF6CF

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

Shades of Snowy Mint #DBF6CF

Tints of Snowy Mint #DBF6CF

Color information

#DBF6CF (or 0xDBF6CF) is unknown color: approx Snowy Mint. HEX triplet: DB, F6 and CF. RGB value is (219,246,207). Sum of RGB (Red+Green+Blue) = 219+246+207=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6CF is #240930. Grayscale: #E9E9E9. Windows color (decimal): -2361649 or 13629147. OLE color: 13629147.

HSL color Cylindrical-coordinate representation of color #DBF6CF: hue angle of 101.54º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF6CF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB219246207-
CMYK0.1100.160.04
HSL101.54º68.42%88.82%-
HSV(B)101.54º15.85%96.47%-
XYZ73.4385.4871.66-
YUV233.48113.05117.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 246 (96.48% from 255) = 36.61%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=32.59%
G=36.61%
B=30.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192462070.1100.160.04101.5468.4288.82
HexDBF6CFB0104664459
Octal333366317130204146104131
Binary1101101111110110110011111011010000100110011010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6CF; }

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

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

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

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

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

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

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

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