#D1D6CA

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

Shades of Ottoman #D1D6CA

Tints of Ottoman #D1D6CA

Color information

#D1D6CA (or 0xD1D6CA) is unknown color: approx Ottoman. HEX triplet: D1, D6 and CA. RGB value is (209,214,202). Sum of RGB (Red+Green+Blue) = 209+214+202=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6CA is #2E2935. Grayscale: #D3D3D3. Windows color (decimal): -3025206 or 13293265. OLE color: 13293265.

HSL color Cylindrical-coordinate representation of color #D1D6CA: hue angle of 85º degrees, saturation: 0.13, 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 #D1D6CA is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB209214202-
CMYK0.0200.060.16
HSL85º12.77%81.57%-
HSV(B)85º5.61%83.92%-
XYZ6165.9165.38-
YUV211.14122.84126.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=33.44%
G=34.24%
B=32.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092142020.0200.060.168512.7781.57
HexD1D6CA2061055d52
Octal3213263122062012515122
Binary11010001110101101100101010011010000101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D6CA; }

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

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

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

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

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

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

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

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