#D1D6CD

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

Shades of Ottoman #D1D6CD

Tints of Ottoman #D1D6CD

Color information

#D1D6CD (or 0xD1D6CD) is unknown color: approx Ottoman. HEX triplet: D1, D6 and CD. RGB value is (209,214,205). Sum of RGB (Red+Green+Blue) = 209+214+205=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6CD is #2E2932. Grayscale: #D3D3D3. Windows color (decimal): -3025203 or 13489873. OLE color: 13489873.

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

Color convert

RGB209214205-
CMYK0.0200.040.16
HSL93.33º9.89%82.16%-
HSV(B)93.33º4.21%83.92%-
XYZ61.3666.0667.27-
YUV211.48124.34126.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=33.28%
G=34.08%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092142050.0200.040.1693.339.8982.16
HexD1D6CD204105da52
Octal3213263152042013512122
Binary11010001110101101100110110010010000101110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D6CD; }

 p { color: rgb(209,214,205); }

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

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

 a { background-color: rgb(209,214,205); }

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

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

 span { border-color: rgb(209,214,205); }

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