#DBFDCD

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

Shades of Snowy Mint #DBFDCD

Tints of Snowy Mint #DBFDCD

Color information

#DBFDCD (or 0xDBFDCD) is unknown color: approx Snowy Mint. HEX triplet: DB, FD and CD. RGB value is (219,253,205). Sum of RGB (Red+Green+Blue) = 219+253+205=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCD is #240232. Grayscale: #EDEDED. Windows color (decimal): -2359859 or 13499867. OLE color: 13499867.

HSL color Cylindrical-coordinate representation of color #DBFDCD: hue angle of 102.5º degrees, saturation: 0.92, 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 #DBFDCD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB219253205-
CMYK0.1300.190.01
HSL102.5º92.31%89.8%-
HSV(B)102.5º18.97%99.22%-
XYZ75.3689.7271.1-
YUV237.36109.74114.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=32.35%
G=37.37%
B=30.28%

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
Decimal2192532050.1300.190.01102.592.3189.8
HexDBFDCDD0131665c5a
Octal333375315150231146134132
Binary11011011111111011100110111010100111110011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDCD; }

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

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

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

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

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

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

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

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