#DBE7C7

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

Shades of Gin #DBE7C7

Tints of Gin #DBE7C7

Color information

#DBE7C7 (or 0xDBE7C7) is unknown color: approx Gin. HEX triplet: DB, E7 and C7. RGB value is (219,231,199). Sum of RGB (Red+Green+Blue) = 219+231+199=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7C7 is #241838. Grayscale: #DFDFDF. Windows color (decimal): -2365497 or 13101019. OLE color: 13101019.

HSL color Cylindrical-coordinate representation of color #DBE7C7: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE7C7 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB219231199-
CMYK0.0500.140.09
HSL82.5º40%84.31%-
HSV(B)82.5º13.85%90.59%-
XYZ68.176.3465.18-
YUV223.76114.02124.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 231 (90.62% from 255) = 35.59%
BLUE value IS 199 (78.12% from 255) = 30.66%
R=33.74%
G=35.59%
B=30.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311990.0500.140.0982.54084.31
HexDBE7C750E9522854
Octal33334730750161112250124
Binary11011011111001111100011110101110100110100101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7C7; }

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

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

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

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

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

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

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

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