#DBE5C9

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

Shades of Gin #DBE5C9

Tints of Gin #DBE5C9

Color information

#DBE5C9 (or 0xDBE5C9) is unknown color: approx Gin. HEX triplet: DB, E5 and C9. RGB value is (219,229,201). Sum of RGB (Red+Green+Blue) = 219+229+201=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5C9 is #241A36. Grayscale: #DEDEDE. Windows color (decimal): -2366007 or 13231579. OLE color: 13231579.

HSL color Cylindrical-coordinate representation of color #DBE5C9: hue angle of 81.43º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE5C9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB219229201-
CMYK0.0400.120.10
HSL81.43º35%84.31%-
HSV(B)81.43º12.23%89.8%-
XYZ67.7875.3266.22-
YUV222.82115.69125.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 229 (89.84% from 255) = 35.29%
BLUE value IS 201 (78.91% from 255) = 30.97%
R=33.74%
G=35.29%
B=30.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192292010.0400.120.1081.433584.31
HexDBE5C940CA512354
Octal33334531140141212143124
Binary11011011111001011100100110001100101010100011000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5C9; }

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

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

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

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

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

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

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

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