#D3D7CE

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

Shades of Ottoman #D3D7CE

Tints of Ottoman #D3D7CE

Color information

#D3D7CE (or 0xD3D7CE) is unknown color: approx Ottoman. HEX triplet: D3, D7 and CE. RGB value is (211,215,206). Sum of RGB (Red+Green+Blue) = 211+215+206=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7CE is #2C2831. Grayscale: #D4D4D4. Windows color (decimal): -2893874 or 13555667. OLE color: 13555667.

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

Color convert

RGB211215206-
CMYK0.0200.040.16
HSL86.67º10.11%82.55%-
HSV(B)86.67º4.19%84.31%-
XYZ62.366.9168.02-
YUV212.78124.17126.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.39%
GREEN value IS 215 (84.38% from 255) = 34.02%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=33.39%
G=34.02%
B=32.59%

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
Decimal2112152060.0200.040.1686.6710.1182.55
HexD3D7CE2041057a53
Octal3233273162042012712123
Binary11010011110101111100111010010010000101011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D7CE; }

 p { color: rgb(211,215,206); }

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

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

 a { background-color: rgb(211,215,206); }

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

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

 span { border-color: rgb(211,215,206); }

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