#DBFBCC

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

Shades of Snowy Mint #DBFBCC

Tints of Snowy Mint #DBFBCC

Color information

#DBFBCC (or 0xDBFBCC) is unknown color: approx Snowy Mint. HEX triplet: DB, FB and CC. RGB value is (219,251,204). Sum of RGB (Red+Green+Blue) = 219+251+204=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBCC is #240433. Grayscale: #ECECEC. Windows color (decimal): -2360372 or 13433819. OLE color: 13433819.

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

Color convert

RGB219251204-
CMYK0.1300.190.02
HSL100.85º85.45%89.22%-
HSV(B)100.85º18.73%98.43%-
XYZ74.6188.4170.26-
YUV236.07109.9115.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=32.49%
G=37.24%
B=30.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512040.1300.190.02100.8585.4589.22
HexDBFBCCD0132655559
Octal333373314150232145125131
Binary110110111111101111001100110101001110110010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBCC; }

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

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

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

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

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

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

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

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