#D1D7C8

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

Shades of Ottoman #D1D7C8

Tints of Ottoman #D1D7C8

Color information

#D1D7C8 (or 0xD1D7C8) is unknown color: approx Ottoman. HEX triplet: D1, D7 and C8. RGB value is (209,215,200). Sum of RGB (Red+Green+Blue) = 209+215+200=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7C8 is #2E2837. Grayscale: #D3D3D3. Windows color (decimal): -3024952 or 13162449. OLE color: 13162449.

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

Color convert

RGB209215200-
CMYK0.0300.070.16
HSL84º15.79%81.37%-
HSV(B)84º6.98%84.31%-
XYZ61.0266.3364.23-
YUV211.5121.51126.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=33.49%
G=34.46%
B=32.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092152000.0300.070.168415.7981.37
HexD1D7C830710541051
Octal3213273103072012420121
Binary110100011101011111001000110111100001010100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7C8; }

 p { color: rgb(209,215,200); }

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

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

 a { background-color: rgb(209,215,200); }

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

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

 span { border-color: rgb(209,215,200); }

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