#DBE2CA

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

Shades of Gin #DBE2CA

Tints of Gin #DBE2CA

Color information

#DBE2CA (or 0xDBE2CA) is unknown color: approx Gin. HEX triplet: DB, E2 and CA. RGB value is (219,226,202). Sum of RGB (Red+Green+Blue) = 219+226+202=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2CA is #241D35. Grayscale: #DDDDDD. Windows color (decimal): -2366774 or 13296347. OLE color: 13296347.

HSL color Cylindrical-coordinate representation of color #DBE2CA: hue angle of 77.5º degrees, saturation: 0.29, 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 #DBE2CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB219226202-
CMYK0.0300.110.11
HSL77.5º29.27%83.92%-
HSV(B)77.5º10.62%88.63%-
XYZ67.0773.7266.57-
YUV221.17117.18126.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=33.85%
G=34.93%
B=31.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192262020.0300.110.1177.529.2783.92
HexDBE2CA30BB4e1d54
Octal33334231230131311635124
Binary110110111110001011001010110101110111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2CA; }

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

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

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

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

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

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

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

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