#D3E0BA

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

Shades of Gin #D3E0BA

Tints of Gin #D3E0BA

Color information

#D3E0BA (or 0xD3E0BA) is unknown color: approx Gin. HEX triplet: D3, E0 and BA. RGB value is (211,224,186). Sum of RGB (Red+Green+Blue) = 211+224+186=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0BA is #2C1F45. Grayscale: #D7D7D7. Windows color (decimal): -2891590 or 12247251. OLE color: 12247251.

HSL color Cylindrical-coordinate representation of color #D3E0BA: hue angle of 80.53º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3E0BA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB211224186-
CMYK0.0600.170.12
HSL80.53º38%80.39%-
HSV(B)80.53º16.96%87.84%-
XYZ62.3870.7156.81-
YUV215.78111.19124.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.98%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=33.98%
G=36.07%
B=29.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112241860.0600.170.1280.533880.39
HexD3E0BA6011C512650
Octal32334027260211412146120
Binary110100111110000010111010110010001110010100011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0BA; }

 p { color: rgb(211,224,186); }

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

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

 a { background-color: rgb(211,224,186); }

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

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

 span { border-color: rgb(211,224,186); }

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