#D3E0B8

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

Shades of Gin #D3E0B8

Tints of Gin #D3E0B8

Color information

#D3E0B8 (or 0xD3E0B8) is unknown color: approx Gin. HEX triplet: D3, E0 and B8. RGB value is (211,224,184). Sum of RGB (Red+Green+Blue) = 211+224+184=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0B8 is #2C1F47. Grayscale: #D7D7D7. Windows color (decimal): -2891592 or 12116179. OLE color: 12116179.

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

Color convert

RGB211224184-
CMYK0.0600.180.12
HSL79.5º39.22%80%-
HSV(B)79.5º17.86%87.84%-
XYZ62.1770.6255.7-
YUV215.55110.19124.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.09%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 184 (72.27% from 255) = 29.73%
R=34.09%
G=36.19%
B=29.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112241840.0600.180.1279.539.2280
HexD3E0B86012C502750
Octal32334027060221412047120
Binary110100111110000010111000110010010110010100001001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0B8; }

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

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

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

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

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

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

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

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