#D0D4CB

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

Shades of Ottoman #D0D4CB

Tints of Ottoman #D0D4CB

Color information

#D0D4CB (or 0xD0D4CB) is unknown color: approx Ottoman. HEX triplet: D0, D4 and CB. RGB value is (208,212,203). Sum of RGB (Red+Green+Blue) = 208+212+203=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4CB is #2F2B34. Grayscale: #D1D1D1. Windows color (decimal): -3091253 or 13358288. OLE color: 13358288.

HSL color Cylindrical-coordinate representation of color #D0D4CB: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0D4CB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB208212203-
CMYK0.0200.040.17
HSL86.67º9.47%81.37%-
HSV(B)86.67º4.25%83.14%-
XYZ60.3464.8165.83-
YUV209.78124.17126.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=33.39%
G=34.03%
B=32.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082122030.0200.040.1786.679.4781.37
HexD0D4CB2041157951
Octal3203243132042112711121
Binary11010000110101001100101110010010001101011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4CB; }

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

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

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

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

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

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

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

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