#D3DEC3

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

Shades of Ottoman #D3DEC3

Tints of Ottoman #D3DEC3

Color information

#D3DEC3 (or 0xD3DEC3) is unknown color: approx Ottoman. HEX triplet: D3, DE and C3. RGB value is (211,222,195). Sum of RGB (Red+Green+Blue) = 211+222+195=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEC3 is #2C213C. Grayscale: #D7D7D7. Windows color (decimal): -2892093 or 12836563. OLE color: 12836563.

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

Color convert

RGB211222195-
CMYK0.0500.120.13
HSL84.44º29.03%81.76%-
HSV(B)84.44º12.16%87.06%-
XYZ62.8470.0361.84-
YUV215.63116.36124.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=33.60%
G=35.35%
B=31.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112221950.0500.120.1384.4429.0381.76
HexD3DEC350CD541d52
Octal32333630350141512435122
Binary1101001111011110110000111010110011011010100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEC3; }

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

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

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

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

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

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

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

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