#D3DECC

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

Shades of Ottoman #D3DECC

Tints of Ottoman #D3DECC

Color information

#D3DECC (or 0xD3DECC) is unknown color: approx Ottoman. HEX triplet: D3, DE and CC. RGB value is (211,222,204). Sum of RGB (Red+Green+Blue) = 211+222+204=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DECC is #2C2133. Grayscale: #D8D8D8. Windows color (decimal): -2892084 or 13426387. OLE color: 13426387.

HSL color Cylindrical-coordinate representation of color #D3DECC: hue angle of 96.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DECC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB211222204-
CMYK0.0500.080.13
HSL96.67º21.43%83.53%-
HSV(B)96.67º8.11%87.06%-
XYZ63.8870.4567.36-
YUV216.66120.86123.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.12%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=33.12%
G=34.85%
B=32.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112222040.0500.080.1396.6721.4383.53
HexD3DECC508D611554
Octal32333631450101514125124
Binary1101001111011110110011001010100011011100001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DECC; }

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

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

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

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

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

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

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

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