#DBE3CA

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

Shades of Gin #DBE3CA

Tints of Gin #DBE3CA

Color information

#DBE3CA (or 0xDBE3CA) is unknown color: approx Gin. HEX triplet: DB, E3 and CA. RGB value is (219,227,202). Sum of RGB (Red+Green+Blue) = 219+227+202=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3CA is #241C35. Grayscale: #DDDDDD. Windows color (decimal): -2366518 or 13296603. OLE color: 13296603.

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

Color convert

RGB219227202-
CMYK0.0400.110.11
HSL79.2º30.86%84.12%-
HSV(B)79.2º11.01%89.02%-
XYZ67.3474.2666.66-
YUV221.76116.85126.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 227 (89.06% from 255) = 35.03%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=33.80%
G=35.03%
B=31.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192272020.0400.110.1179.230.8684.12
HexDBE3CA40BB4f1f54
Octal33334331240131311737124
Binary1101101111100011110010101000101110111001111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3CA; }

 p { color: rgb(219,227,202); }

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

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

 a { background-color: rgb(219,227,202); }

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

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

 span { border-color: rgb(219,227,202); }

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