#DBE2CD

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

Shades of Gin #DBE2CD

Tints of Gin #DBE2CD

Color information

#DBE2CD (or 0xDBE2CD) is unknown color: approx Gin. HEX triplet: DB, E2 and CD. RGB value is (219,226,205). Sum of RGB (Red+Green+Blue) = 219+226+205=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2CD is #241D32. Grayscale: #DDDDDD. Windows color (decimal): -2366771 or 13492955. OLE color: 13492955.

HSL color Cylindrical-coordinate representation of color #DBE2CD: hue angle of 80º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE2CD is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB219226205-
CMYK0.0300.090.11
HSL80º26.58%84.51%-
HSV(B)80º9.29%88.63%-
XYZ67.4373.8668.46-
YUV221.51118.68126.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=33.69%
G=34.77%
B=31.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192262050.0300.090.118026.5884.51
HexDBE2CD309B501b55
Octal33334231530111312033125
Binary110110111110001011001101110100110111010000110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2CD; }

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

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

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

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

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

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

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

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