#D3E6BD

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

Shades of Ottoman #D3E6BD

Tints of Ottoman #D3E6BD

Color information

#D3E6BD (or 0xD3E6BD) is unknown color: approx Ottoman. HEX triplet: D3, E6 and BD. RGB value is (211,230,189). Sum of RGB (Red+Green+Blue) = 211+230+189=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6BD is #2C1942. Grayscale: #DBDBDB. Windows color (decimal): -2890051 or 12445395. OLE color: 12445395.

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

Color convert

RGB211230189-
CMYK0.0800.180.10
HSL87.8º45.05%82.16%-
HSV(B)87.8º17.83%90.2%-
XYZ64.3574.1259.06-
YUV219.64110.71121.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 189 (74.22% from 255) = 30%
R=33.49%
G=36.51%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112301890.0800.180.1087.845.0582.16
HexD3E6BD8012A582d52
Octal323346275100221213055122
Binary1101001111100110101111011000010010101010110001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E6BD; }

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

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

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

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

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

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

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

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