#DBE2C9

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

Shades of Gin #DBE2C9

Tints of Gin #DBE2C9

Color information

#DBE2C9 (or 0xDBE2C9) is unknown color: approx Gin. HEX triplet: DB, E2 and C9. RGB value is (219,226,201). Sum of RGB (Red+Green+Blue) = 219+226+201=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2C9 is #241D36. Grayscale: #DDDDDD. Windows color (decimal): -2366775 or 13230811. OLE color: 13230811.

HSL color Cylindrical-coordinate representation of color #DBE2C9: hue angle of 76.8º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE2C9 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB219226201-
CMYK0.0300.110.11
HSL76.8º30.12%83.73%-
HSV(B)76.8º11.06%88.63%-
XYZ66.9573.6765.95-
YUV221.06116.68126.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 226 (88.67% from 255) = 34.98%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=33.90%
G=34.98%
B=31.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192262010.0300.110.1176.830.1283.73
HexDBE2C930BB4d1e54
Octal33334231130131311536124
Binary110110111110001011001001110101110111001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2C9; }

 p { color: rgb(219,226,201); }

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

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

 a { background-color: rgb(219,226,201); }

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

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

 span { border-color: rgb(219,226,201); }

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