#D0E1C0

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

Shades of Ottoman #D0E1C0

Tints of Ottoman #D0E1C0

Color information

#D0E1C0 (or 0xD0E1C0) is unknown color: approx Ottoman. HEX triplet: D0, E1 and C0. RGB value is (208,225,192). Sum of RGB (Red+Green+Blue) = 208+225+192=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1C0 is #2F1E3F. Grayscale: #D8D8D8. Windows color (decimal): -3087936 or 12640720. OLE color: 12640720.

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

Color convert

RGB208225192-
CMYK0.0800.150.12
HSL90.91º35.48%81.76%-
HSV(B)90.91º14.67%88.24%-
XYZ62.4571.0760.29-
YUV216.16114.37122.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=33.28%
G=36%
B=30.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082251920.0800.150.1290.9135.4881.76
HexD0E1C080FC5b2352
Octal320341300100171413343122
Binary110100001110000111000000100001111110010110111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1C0; }

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

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

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

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

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

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

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

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