#D0E3BF

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

Shades of Ottoman #D0E3BF

Tints of Ottoman #D0E3BF

Color information

#D0E3BF (or 0xD0E3BF) is unknown color: approx Ottoman. HEX triplet: D0, E3 and BF. RGB value is (208,227,191). Sum of RGB (Red+Green+Blue) = 208+227+191=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3BF is #2F1C40. Grayscale: #D9D9D9. Windows color (decimal): -3087425 or 12575696. OLE color: 12575696.

HSL color Cylindrical-coordinate representation of color #D0E3BF: hue angle of 91.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0E3BF is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB208227191-
CMYK0.0800.160.11
HSL91.67º39.13%81.96%-
HSV(B)91.67º15.86%89.02%-
XYZ62.8972.1159.89-
YUV217.22113.21121.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 227 (89.06% from 255) = 36.26%
BLUE value IS 191 (75% from 255) = 30.51%
R=33.23%
G=36.26%
B=30.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082271910.0800.160.1191.6739.1381.96
HexD0E3BF8010B5c2752
Octal320343277100201313447122
Binary1101000011100011101111111000010000101110111001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3BF; }

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

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

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

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

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

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

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

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