#DBE5CC

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

Shades of Gin #DBE5CC

Tints of Gin #DBE5CC

Color information

#DBE5CC (or 0xDBE5CC) is unknown color: approx Gin. HEX triplet: DB, E5 and CC. RGB value is (219,229,204). Sum of RGB (Red+Green+Blue) = 219+229+204=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5CC is #241A33. Grayscale: #DFDFDF. Windows color (decimal): -2366004 or 13428187. OLE color: 13428187.

HSL color Cylindrical-coordinate representation of color #DBE5CC: hue angle of 84º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE5CC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB219229204-
CMYK0.0400.110.10
HSL84º32.47%84.9%-
HSV(B)84º10.92%89.8%-
XYZ68.1375.4668.1-
YUV223.16117.19125.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 229 (89.84% from 255) = 35.12%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=33.59%
G=35.12%
B=31.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192292040.0400.110.108432.4784.9
HexDBE5CC40BA542055
Octal33334531440131212440125
Binary11011011111001011100110010001011101010101001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5CC; }

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

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

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

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

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

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

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

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