#D0E3BB

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

Shades of Ottoman #D0E3BB

Tints of Ottoman #D0E3BB

Color information

#D0E3BB (or 0xD0E3BB) is unknown color: approx Ottoman. HEX triplet: D0, E3 and BB. RGB value is (208,227,187). Sum of RGB (Red+Green+Blue) = 208+227+187=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3BB is #2F1C44. Grayscale: #D8D8D8. Windows color (decimal): -3087429 or 12313552. OLE color: 12313552.

HSL color Cylindrical-coordinate representation of color #D0E3BB: hue angle of 88.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E3BB is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB208227187-
CMYK0.0800.180.11
HSL88.5º41.67%81.18%-
HSV(B)88.5º17.62%89.02%-
XYZ62.4571.9457.61-
YUV216.76111.21121.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=33.44%
G=36.50%
B=30.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271870.0800.180.1188.541.6781.18
HexD0E3BB8012B582a51
Octal320343273100221313052121
Binary1101000011100011101110111000010010101110110001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3BB; }

 p { color: rgb(208,227,187); }

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

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

 a { background-color: rgb(208,227,187); }

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

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

 span { border-color: rgb(208,227,187); }

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