#DBFFCF

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

Shades of Snowy Mint #DBFFCF

Tints of Snowy Mint #DBFFCF

Color information

#DBFFCF (or 0xDBFFCF) is unknown color: approx Snowy Mint. HEX triplet: DB, FF and CF. RGB value is (219,255,207). Sum of RGB (Red+Green+Blue) = 219+255+207=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCF is #240030. Grayscale: #EEEEEE. Windows color (decimal): -2359345 or 13631451. OLE color: 13631451.

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

Color convert

RGB219255207-
CMYK0.1400.190
HSL105º100%90.59%-
HSV(B)105º18.82%100%-
XYZ76.2491.0972.59-
YUV238.76110.07113.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 207 (81.25% from 255) = 30.40%
R=32.16%
G=37.44%
B=30.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552070.1400.19010510090.59
HexDBFFCFE013069645b
Octal333377317160230151144133
Binary11011011111111111100111111100100110110100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFCF; }

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

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

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

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

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

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

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

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