#D0D6CB

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

Shades of Ottoman #D0D6CB

Tints of Ottoman #D0D6CB

Color information

#D0D6CB (or 0xD0D6CB) is unknown color: approx Ottoman. HEX triplet: D0, D6 and CB. RGB value is (208,214,203). Sum of RGB (Red+Green+Blue) = 208+214+203=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6CB is #2F2934. Grayscale: #D2D2D2. Windows color (decimal): -3090741 or 13358800. OLE color: 13358800.

HSL color Cylindrical-coordinate representation of color #D0D6CB: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D6CB is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB208214203-
CMYK0.0300.050.16
HSL92.73º11.83%81.76%-
HSV(B)92.73º5.14%83.92%-
XYZ60.8465.8166-
YUV210.95123.51125.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=33.28%
G=34.24%
B=32.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082142030.0300.050.1692.7311.8381.76
HexD0D6CB305105dc52
Octal3203263133052013514122
Binary11010000110101101100101111010110000101110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D6CB; }

 p { color: rgb(208,214,203); }

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

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

 a { background-color: rgb(208,214,203); }

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

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

 span { border-color: rgb(208,214,203); }

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