#D0E1B5

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

Shades of Ottoman #D0E1B5

Tints of Ottoman #D0E1B5

Color information

#D0E1B5 (or 0xD0E1B5) is unknown color: approx Ottoman. HEX triplet: D0, E1 and B5. RGB value is (208,225,181). Sum of RGB (Red+Green+Blue) = 208+225+181=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1B5 is #2F1E4A. Grayscale: #D7D7D7. Windows color (decimal): -3087947 or 11919824. OLE color: 11919824.

HSL color Cylindrical-coordinate representation of color #D0E1B5: hue angle of 83.18º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0E1B5 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB208225181-
CMYK0.0800.200.12
HSL83.18º42.31%79.61%-
HSV(B)83.18º19.56%88.24%-
XYZ61.2870.654.11-
YUV214.9108.87123.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=33.88%
G=36.64%
B=29.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251810.0800.200.1283.1842.3179.61
HexD0E1B58014C532a50
Octal320341265100241412352120
Binary1101000011100001101101011000010100110010100111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1B5; }

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

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

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

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

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

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

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

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