#DBE1C7

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

Shades of Gin #DBE1C7

Tints of Gin #DBE1C7

Color information

#DBE1C7 (or 0xDBE1C7) is unknown color: approx Gin. HEX triplet: DB, E1 and C7. RGB value is (219,225,199). Sum of RGB (Red+Green+Blue) = 219+225+199=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1C7 is #241E38. Grayscale: #DCDCDC. Windows color (decimal): -2367033 or 13099483. OLE color: 13099483.

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

Color convert

RGB219225199-
CMYK0.0300.120.12
HSL73.85º30.23%83.14%-
HSV(B)73.85º11.56%88.24%-
XYZ66.4573.0364.63-
YUV220.24116.01127.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=34.06%
G=34.99%
B=30.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251990.0300.120.1273.8530.2383.14
HexDBE1C730CC4a1e53
Octal33334130730141411236123
Binary110110111110000111000111110110011001001010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1C7; }

 p { color: rgb(219,225,199); }

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

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

 a { background-color: rgb(219,225,199); }

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

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

 span { border-color: rgb(219,225,199); }

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