#DBFACD

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

Shades of Snowy Mint #DBFACD

Tints of Snowy Mint #DBFACD

Color information

#DBFACD (or 0xDBFACD) is unknown color: approx Snowy Mint. HEX triplet: DB, FA and CD. RGB value is (219,250,205). Sum of RGB (Red+Green+Blue) = 219+250+205=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFACD is #240532. Grayscale: #EBEBEB. Windows color (decimal): -2360627 or 13499099. OLE color: 13499099.

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

Color convert

RGB219250205-
CMYK0.1200.180.02
HSL101.33º81.82%89.22%-
HSV(B)101.33º18%98.04%-
XYZ74.4287.8470.79-
YUV235.6110.73116.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=32.49%
G=37.09%
B=30.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502050.1200.180.02101.3381.8289.22
HexDBFACDC0122655259
Octal333372315140222145122131
Binary110110111111101011001101110001001010110010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFACD; }

 p { color: rgb(219,250,205); }

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

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

 a { background-color: rgb(219,250,205); }

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

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

 span { border-color: rgb(219,250,205); }

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