#DBE4C9

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

Shades of Gin #DBE4C9

Tints of Gin #DBE4C9

Color information

#DBE4C9 (or 0xDBE4C9) is unknown color: approx Gin. HEX triplet: DB, E4 and C9. RGB value is (219,228,201). Sum of RGB (Red+Green+Blue) = 219+228+201=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4C9 is #241B36. Grayscale: #DEDEDE. Windows color (decimal): -2366263 or 13231323. OLE color: 13231323.

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

Color convert

RGB219228201-
CMYK0.0400.120.11
HSL80º33.33%84.12%-
HSV(B)80º11.84%89.41%-
XYZ67.574.7666.13-
YUV222.23116.02125.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 201 (78.91% from 255) = 31.02%
R=33.80%
G=35.19%
B=31.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192282010.0400.120.118033.3384.12
HexDBE4C940CB502154
Octal33334431140141312041124
Binary11011011111001001100100110001100101110100001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4C9; }

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

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

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

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

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

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

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

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