#D0E0BF

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

Shades of Ottoman #D0E0BF

Tints of Ottoman #D0E0BF

Color information

#D0E0BF (or 0xD0E0BF) is unknown color: approx Ottoman. HEX triplet: D0, E0 and BF. RGB value is (208,224,191). Sum of RGB (Red+Green+Blue) = 208+224+191=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0BF is #2F1F40. Grayscale: #D7D7D7. Windows color (decimal): -3088193 or 12574928. OLE color: 12574928.

HSL color Cylindrical-coordinate representation of color #D0E0BF: hue angle of 89.09º 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 #D0E0BF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB208224191-
CMYK0.0700.150.12
HSL89.09º34.74%81.37%-
HSV(B)89.09º14.73%87.84%-
XYZ62.0770.4859.62-
YUV215.45114.2122.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 191 (75% from 255) = 30.66%
R=33.39%
G=35.96%
B=30.66%

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
Decimal2082241910.0700.150.1289.0934.7481.37
HexD0E0BF70FC592351
Octal32034027770171413143121
Binary11010000111000001011111111101111110010110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0BF; }

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

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

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

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

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

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

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

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