#DBE1CA

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

Shades of Gin #DBE1CA

Tints of Gin #DBE1CA

Color information

#DBE1CA (or 0xDBE1CA) is unknown color: approx Gin. HEX triplet: DB, E1 and CA. RGB value is (219,225,202). Sum of RGB (Red+Green+Blue) = 219+225+202=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1CA is #241E35. Grayscale: #DCDCDC. Windows color (decimal): -2367030 or 13296091. OLE color: 13296091.

HSL color Cylindrical-coordinate representation of color #DBE1CA: hue angle of 75.65º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE1CA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB219225202-
CMYK0.0300.100.12
HSL75.65º27.71%83.73%-
HSV(B)75.65º10.22%88.24%-
XYZ66.873.1766.48-
YUV220.58117.51126.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=33.90%
G=34.83%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192252020.0300.100.1275.6527.7183.73
HexDBE1CA30AC4c1c54
Octal33334131230121411434124
Binary110110111110000111001010110101011001001100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1CA; }

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

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

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

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

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

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

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

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