#D1CBBB

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

Shades of Aths Special #D1CBBB

Tints of Aths Special #D1CBBB

Color information

#D1CBBB (or 0xD1CBBB) is unknown color: approx Aths Special. HEX triplet: D1, CB and BB. RGB value is (209,203,187). Sum of RGB (Red+Green+Blue) = 209+203+187=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBBB is #2E3444. Grayscale: #CBCBCB. Windows color (decimal): -3028037 or 12307409. OLE color: 12307409.

HSL color Cylindrical-coordinate representation of color #D1CBBB: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CBBB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209203187-
CMYK00.030.110.18
HSL43.64º19.3%77.65%-
HSV(B)43.64º10.53%81.96%-
XYZ56.6259.8655.58-
YUV202.97118.99132.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=34.89%
G=33.89%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920318700.030.110.1843.6419.377.65
HexD1CBBB03B122c134e
Octal3213132730313225423116
Binary110100011100101110111011011101110010101100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBBB; }

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

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

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

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

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

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

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

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