#D3D9CC

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

Shades of Ottoman #D3D9CC

Tints of Ottoman #D3D9CC

Color information

#D3D9CC (or 0xD3D9CC) is unknown color: approx Ottoman. HEX triplet: D3, D9 and CC. RGB value is (211,217,204). Sum of RGB (Red+Green+Blue) = 211+217+204=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9CC is #2C2633. Grayscale: #D5D5D5. Windows color (decimal): -2893364 or 13425107. OLE color: 13425107.

HSL color Cylindrical-coordinate representation of color #D3D9CC: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3D9CC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB211217204-
CMYK0.0300.060.15
HSL87.69º14.61%82.55%-
HSV(B)87.69º5.99%85.1%-
XYZ62.5867.8366.92-
YUV213.72122.51126.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.39%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=33.39%
G=34.34%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112172040.0300.060.1587.6914.6182.55
HexD3D9CC306F58f53
Octal3233313143061713017123
Binary1101001111011001110011001101101111101100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D9CC; }

 p { color: rgb(211,217,204); }

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

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

 a { background-color: rgb(211,217,204); }

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

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

 span { border-color: rgb(211,217,204); }

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