#D3DBCB

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

Shades of Ottoman #D3DBCB

Tints of Ottoman #D3DBCB

Color information

#D3DBCB (or 0xD3DBCB) is unknown color: approx Ottoman. HEX triplet: D3, DB and CB. RGB value is (211,219,203). Sum of RGB (Red+Green+Blue) = 211+219+203=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBCB is #2C2434. Grayscale: #D6D6D6. Windows color (decimal): -2892853 or 13360083. OLE color: 13360083.

HSL color Cylindrical-coordinate representation of color #D3DBCB: hue angle of 90º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3DBCB is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB211219203-
CMYK0.0400.070.14
HSL90º18.18%82.75%-
HSV(B)90º7.31%85.88%-
XYZ62.9768.8266.47-
YUV214.78121.35125.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=33.33%
G=34.60%
B=32.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112192030.0400.070.149018.1882.75
HexD3DBCB407E5a1253
Octal3233333134071613222123
Binary110100111101101111001011100011111101011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBCB; }

 p { color: rgb(211,219,203); }

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

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

 a { background-color: rgb(211,219,203); }

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

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

 span { border-color: rgb(211,219,203); }

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