#D3CBBB

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

Shades of Aths Special #D3CBBB

Tints of Aths Special #D3CBBB

Color information

#D3CBBB (or 0xD3CBBB) is unknown color: approx Aths Special. HEX triplet: D3, CB and BB. RGB value is (211,203,187). Sum of RGB (Red+Green+Blue) = 211+203+187=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBBB is #2C3444. Grayscale: #CBCBCB. Windows color (decimal): -2896965 or 12307411. OLE color: 12307411.

HSL color Cylindrical-coordinate representation of color #D3CBBB: hue angle of 40º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CBBB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211203187-
CMYK00.040.110.17
HSL40º21.43%78.04%-
HSV(B)40º11.37%82.75%-
XYZ57.1960.1555.61-
YUV203.57118.65133.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.11%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=35.11%
G=33.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120318700.040.110.174021.4378.04
HexD3CBBB04B1128154e
Octal3233132730413215025116
Binary1101001111001011101110110100101110001101000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CBBB; }

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

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

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

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

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

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

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

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