#D3D8CC

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

Shades of Ottoman #D3D8CC

Tints of Ottoman #D3D8CC

Color information

#D3D8CC (or 0xD3D8CC) is unknown color: approx Ottoman. HEX triplet: D3, D8 and CC. RGB value is (211,216,204). Sum of RGB (Red+Green+Blue) = 211+216+204=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8CC is #2C2733. Grayscale: #D5D5D5. Windows color (decimal): -2893620 or 13424851. OLE color: 13424851.

HSL color Cylindrical-coordinate representation of color #D3D8CC: hue angle of 85º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3D8CC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB211216204-
CMYK0.0200.060.15
HSL85º13.33%82.35%-
HSV(B)85º5.56%84.71%-
XYZ62.3267.3266.84-
YUV213.14122.84126.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=33.44%
G=34.23%
B=32.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112162040.0200.060.158513.3382.35
HexD3D8CC206F55d52
Octal3233303142061712515122
Binary1101001111011000110011001001101111101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D8CC; }

 p { color: rgb(211,216,204); }

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

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

 a { background-color: rgb(211,216,204); }

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

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

 span { border-color: rgb(211,216,204); }

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