#DBE2CC

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

Shades of Gin #DBE2CC

Tints of Gin #DBE2CC

Color information

#DBE2CC (or 0xDBE2CC) is unknown color: approx Gin. HEX triplet: DB, E2 and CC. RGB value is (219,226,204). Sum of RGB (Red+Green+Blue) = 219+226+204=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2CC is #241D33. Grayscale: #DDDDDD. Windows color (decimal): -2366772 or 13427419. OLE color: 13427419.

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

Color convert

RGB219226204-
CMYK0.0300.100.11
HSL79.09º27.5%84.31%-
HSV(B)79.09º9.73%88.63%-
XYZ67.3173.8167.83-
YUV221.4118.18126.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.74%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=33.74%
G=34.82%
B=31.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192262040.0300.100.1179.0927.584.31
HexDBE2CC30AB4f1c54
Octal33334231430121311734124
Binary110110111110001011001100110101010111001111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2CC; }

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

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

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

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

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

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

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

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