#D0E0BE

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

Shades of Ottoman #D0E0BE

Tints of Ottoman #D0E0BE

Color information

#D0E0BE (or 0xD0E0BE) is unknown color: approx Ottoman. HEX triplet: D0, E0 and BE. RGB value is (208,224,190). Sum of RGB (Red+Green+Blue) = 208+224+190=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0BE is #2F1F41. Grayscale: #D7D7D7. Windows color (decimal): -3088194 or 12509392. OLE color: 12509392.

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

Color convert

RGB208224190-
CMYK0.0700.150.12
HSL88.24º35.42%81.18%-
HSV(B)88.24º15.18%87.84%-
XYZ61.9670.4459.05-
YUV215.34113.7122.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=33.44%
G=36.01%
B=30.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082241900.0700.150.1288.2435.4281.18
HexD0E0BE70FC582351
Octal32034027670171413043121
Binary11010000111000001011111011101111110010110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0BE; }

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

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

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

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

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

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

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

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