#DBE4C6

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

Shades of Gin #DBE4C6

Tints of Gin #DBE4C6

Color information

#DBE4C6 (or 0xDBE4C6) is unknown color: approx Gin. HEX triplet: DB, E4 and C6. RGB value is (219,228,198). Sum of RGB (Red+Green+Blue) = 219+228+198=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4C6 is #241B39. Grayscale: #DDDDDD. Windows color (decimal): -2366266 or 13034715. OLE color: 13034715.

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

Color convert

RGB219228198-
CMYK0.0400.130.11
HSL78º35.71%83.53%-
HSV(B)78º13.16%89.41%-
XYZ67.1574.6264.29-
YUV221.89114.52125.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 198 (77.73% from 255) = 30.70%
R=33.95%
G=35.35%
B=30.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192281980.0400.130.117835.7183.53
HexDBE4C640DB4e2454
Octal33334430640151311644124
Binary11011011111001001100011010001101101110011101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE4C6; }

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

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

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

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

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

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

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

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