#DBFCCD

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

Shades of Snowy Mint #DBFCCD

Tints of Snowy Mint #DBFCCD

Color information

#DBFCCD (or 0xDBFCCD) is unknown color: approx Snowy Mint. HEX triplet: DB, FC and CD. RGB value is (219,252,205). Sum of RGB (Red+Green+Blue) = 219+252+205=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCCD is #240332. Grayscale: #ECECEC. Windows color (decimal): -2360115 or 13499611. OLE color: 13499611.

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

Color convert

RGB219252205-
CMYK0.1300.190.01
HSL102.13º88.68%89.61%-
HSV(B)102.13º18.65%98.82%-
XYZ75.0489.0971-
YUV236.77110.07115.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.40%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 205 (80.47% from 255) = 30.33%
R=32.40%
G=37.28%
B=30.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522050.1300.190.01102.1388.6889.61
HexDBFCCDD013166595a
Octal333374315150231146131132
Binary11011011111111001100110111010100111110011010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCCD; }

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

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

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

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

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

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

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

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