#D3E6BC

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

Shades of Ottoman #D3E6BC

Tints of Ottoman #D3E6BC

Color information

#D3E6BC (or 0xD3E6BC) is unknown color: approx Ottoman. HEX triplet: D3, E6 and BC. RGB value is (211,230,188). Sum of RGB (Red+Green+Blue) = 211+230+188=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6BC is #2C1943. Grayscale: #DBDBDB. Windows color (decimal): -2890052 or 12379859. OLE color: 12379859.

HSL color Cylindrical-coordinate representation of color #D3E6BC: hue angle of 87.14º degrees, saturation: 0.46, 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 #D3E6BC is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB211230188-
CMYK0.0800.180.10
HSL87.14º45.65%81.96%-
HSV(B)87.14º18.26%90.2%-
XYZ64.2474.0758.49-
YUV219.53110.21121.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 230 (90.23% from 255) = 36.57%
BLUE value IS 188 (73.83% from 255) = 29.89%
R=33.55%
G=36.57%
B=29.89%

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
Decimal2112301880.0800.180.1087.1445.6581.96
HexD3E6BC8012A572e52
Octal323346274100221212756122
Binary1101001111100110101111001000010010101010101111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E6BC; }

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

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

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

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

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

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

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

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