#D0E1BB

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

Shades of Ottoman #D0E1BB

Tints of Ottoman #D0E1BB

Color information

#D0E1BB (or 0xD0E1BB) is unknown color: approx Ottoman. HEX triplet: D0, E1 and BB. RGB value is (208,225,187). Sum of RGB (Red+Green+Blue) = 208+225+187=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BB is #2F1E44. Grayscale: #D7D7D7. Windows color (decimal): -3087941 or 12313040. OLE color: 12313040.

HSL color Cylindrical-coordinate representation of color #D0E1BB: hue angle of 86.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E1BB is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB208225187-
CMYK0.0800.170.12
HSL86.84º38.78%80.78%-
HSV(B)86.84º16.89%88.24%-
XYZ61.9170.8557.43-
YUV215.58111.87122.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=33.55%
G=36.29%
B=30.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251870.0800.170.1286.8438.7880.78
HexD0E1BB8011C572751
Octal320341273100211412747121
Binary1101000011100001101110111000010001110010101111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1BB; }

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

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

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

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

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

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

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

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