#DBE6C4

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

Shades of Gin #DBE6C4

Tints of Gin #DBE6C4

Color information

#DBE6C4 (or 0xDBE6C4) is unknown color: approx Gin. HEX triplet: DB, E6 and C4. RGB value is (219,230,196). Sum of RGB (Red+Green+Blue) = 219+230+196=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6C4 is #24193B. Grayscale: #DEDEDE. Windows color (decimal): -2365756 or 12904155. OLE color: 12904155.

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

Color convert

RGB219230196-
CMYK0.0500.150.10
HSL79.41º40.48%83.53%-
HSV(B)79.41º14.78%90.2%-
XYZ67.4775.6463.27-
YUV222.83112.86125.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 230 (90.23% from 255) = 35.66%
BLUE value IS 196 (76.95% from 255) = 30.39%
R=33.95%
G=35.66%
B=30.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301960.0500.150.1079.4140.4883.53
HexDBE6C450FA4f2854
Octal33334630450171211750124
Binary11011011111001101100010010101111101010011111010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6C4; }

 p { color: rgb(219,230,196); }

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

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

 a { background-color: rgb(219,230,196); }

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

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

 span { border-color: rgb(219,230,196); }

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