#D0E1BC

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

Shades of Ottoman #D0E1BC

Tints of Ottoman #D0E1BC

Color information

#D0E1BC (or 0xD0E1BC) is unknown color: approx Ottoman. HEX triplet: D0, E1 and BC. RGB value is (208,225,188). Sum of RGB (Red+Green+Blue) = 208+225+188=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1BC is #2F1E43. Grayscale: #D7D7D7. Windows color (decimal): -3087940 or 12378576. OLE color: 12378576.

HSL color Cylindrical-coordinate representation of color #D0E1BC: hue angle of 87.57º degrees, saturation: 0.38, 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 #D0E1BC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB208225188-
CMYK0.0800.160.12
HSL87.57º38.14%80.98%-
HSV(B)87.57º16.44%88.24%-
XYZ62.0170.8957.99-
YUV215.7112.37122.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=33.49%
G=36.23%
B=30.27%

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
Decimal2082251880.0800.160.1287.5738.1480.98
HexD0E1BC8010C582651
Octal320341274100201413046121
Binary1101000011100001101111001000010000110010110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1BC; }

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

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

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

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

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

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

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

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