#D0E1BE

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

Shades of Ottoman #D0E1BE

Tints of Ottoman #D0E1BE

Color information

#D0E1BE (or 0xD0E1BE) is unknown color: approx Ottoman. HEX triplet: D0, E1 and BE. RGB value is (208,225,190). Sum of RGB (Red+Green+Blue) = 208+225+190=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BE is #2F1E41. Grayscale: #D8D8D8. Windows color (decimal): -3087938 or 12509648. OLE color: 12509648.

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

Color convert

RGB208225190-
CMYK0.0800.160.12
HSL89.14º36.84%81.37%-
HSV(B)89.14º15.56%88.24%-
XYZ62.2370.9859.14-
YUV215.93113.37122.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=33.39%
G=36.12%
B=30.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251900.0800.160.1289.1436.8481.37
HexD0E1BE8010C592551
Octal320341276100201413145121
Binary1101000011100001101111101000010000110010110011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1BE; }

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

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

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

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

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

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

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

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