#DBFFCC

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

Shades of Snowy Mint #DBFFCC

Tints of Snowy Mint #DBFFCC

Color information

#DBFFCC (or 0xDBFFCC) is unknown color: approx Snowy Mint. HEX triplet: DB, FF and CC. RGB value is (219,255,204). Sum of RGB (Red+Green+Blue) = 219+255+204=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFCC is #240033. Grayscale: #EEEEEE. Windows color (decimal): -2359348 or 13434843. OLE color: 13434843.

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

Color convert

RGB219255204-
CMYK0.1400.20
HSL102.35º100%90%-
HSV(B)102.35º20%100%-
XYZ75.8790.9470.68-
YUV238.42108.57114.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 204 (80.08% from 255) = 30.09%
R=32.30%
G=37.61%
B=30.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552040.1400.20102.3510090
HexDBFFCCE014066645a
Octal333377314160240146144132
Binary11011011111111111100110011100101000110011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFCC; }

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

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

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

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

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

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

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

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