#D3DDCA

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

Shades of Ottoman #D3DDCA

Tints of Ottoman #D3DDCA

Color information

#D3DDCA (or 0xD3DDCA) is unknown color: approx Ottoman. HEX triplet: D3, DD and CA. RGB value is (211,221,202). Sum of RGB (Red+Green+Blue) = 211+221+202=634 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.28% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDCA is #2C2235. Grayscale: #D7D7D7. Windows color (decimal): -2892342 or 13295059. OLE color: 13295059.

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

Color convert

RGB211221202-
CMYK0.0500.090.13
HSL91.58º21.84%82.94%-
HSV(B)91.58º8.6%86.67%-
XYZ63.3869.8366.01-
YUV215.84120.19124.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=33.28%
G=34.86%
B=31.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112212020.0500.090.1391.5821.8482.94
HexD3DDCA509D5c1653
Octal32333531250111513426123
Binary1101001111011101110010101010100111011011100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDCA; }

 p { color: rgb(211,221,202); }

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

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

 a { background-color: rgb(211,221,202); }

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

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

 span { border-color: rgb(211,221,202); }

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