#D1D7CA

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

Shades of Ottoman #D1D7CA

Tints of Ottoman #D1D7CA

Color information

#D1D7CA (or 0xD1D7CA) is unknown color: approx Ottoman. HEX triplet: D1, D7 and CA. RGB value is (209,215,202). Sum of RGB (Red+Green+Blue) = 209+215+202=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CA is #2E2835. Grayscale: #D3D3D3. Windows color (decimal): -3024950 or 13293521. OLE color: 13293521.

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

Color convert

RGB209215202-
CMYK0.0300.060.16
HSL87.69º13.98%81.76%-
HSV(B)87.69º6.05%84.31%-
XYZ61.2666.4265.47-
YUV211.72122.51126.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.39%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=33.39%
G=34.35%
B=32.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092152020.0300.060.1687.6913.9881.76
HexD1D7CA3061058e52
Octal3213273123062013016122
Binary11010001110101111100101011011010000101100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D7CA; }

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

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

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

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

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

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

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

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