#D3E5BD

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

Shades of Ottoman #D3E5BD

Tints of Ottoman #D3E5BD

Color information

#D3E5BD (or 0xD3E5BD) is unknown color: approx Ottoman. HEX triplet: D3, E5 and BD. RGB value is (211,229,189). Sum of RGB (Red+Green+Blue) = 211+229+189=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E5BD is #2C1A42. Grayscale: #DBDBDB. Windows color (decimal): -2890307 or 12445139. OLE color: 12445139.

HSL color Cylindrical-coordinate representation of color #D3E5BD: hue angle of 87º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3E5BD is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB211229189-
CMYK0.0800.170.10
HSL87º43.48%81.96%-
HSV(B)87º17.47%89.8%-
XYZ64.0773.5658.97-
YUV219.06111.04122.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=33.55%
G=36.41%
B=30.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112291890.0800.170.108743.4881.96
HexD3E5BD8011A572b52
Octal323345275100211212753122
Binary1101001111100101101111011000010001101010101111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E5BD; }

 p { color: rgb(211,229,189); }

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

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

 a { background-color: rgb(211,229,189); }

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

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

 span { border-color: rgb(211,229,189); }

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