#D3D9CD

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

Shades of Ottoman #D3D9CD

Tints of Ottoman #D3D9CD

Color information

#D3D9CD (or 0xD3D9CD) is unknown color: approx Ottoman. HEX triplet: D3, D9 and CD. RGB value is (211,217,205). Sum of RGB (Red+Green+Blue) = 211+217+205=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9CD is #2C2632. Grayscale: #D5D5D5. Windows color (decimal): -2893363 or 13490643. OLE color: 13490643.

HSL color Cylindrical-coordinate representation of color #D3D9CD: hue angle of 90º degrees, saturation: 0.14, 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 #D3D9CD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB211217205-
CMYK0.0300.060.15
HSL90º13.64%82.75%-
HSV(B)90º5.53%85.1%-
XYZ62.767.8867.56-
YUV213.84123.01125.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=33.33%
G=34.28%
B=32.39%

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
Decimal2112172050.0300.060.159013.6482.75
HexD3D9CD306F5ae53
Octal3233313153061713216123
Binary1101001111011001110011011101101111101101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D9CD; }

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

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

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

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

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

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

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

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