#D3E7BA

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

Shades of Ottoman #D3E7BA

Tints of Ottoman #D3E7BA

Color information

#D3E7BA (or 0xD3E7BA) is unknown color: approx Ottoman. HEX triplet: D3, E7 and BA. RGB value is (211,231,186). Sum of RGB (Red+Green+Blue) = 211+231+186=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E7BA is #2C1845. Grayscale: #DCDCDC. Windows color (decimal): -2889798 or 12249043. OLE color: 12249043.

HSL color Cylindrical-coordinate representation of color #D3E7BA: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3E7BA is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB211231186-
CMYK0.0900.190.09
HSL86.67º48.39%81.76%-
HSV(B)86.67º19.48%90.59%-
XYZ64.374.5557.45-
YUV219.89108.87121.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=33.60%
G=36.78%
B=29.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112311860.0900.190.0986.6748.3981.76
HexD3E7BA90139573052
Octal323347272110231112760122
Binary1101001111100111101110101001010011100110101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E7BA; }

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

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

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

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

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

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

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

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