#D5CBB6

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

Shades of Aths Special #D5CBB6

Tints of Aths Special #D5CBB6

Color information

#D5CBB6 (or 0xD5CBB6) is unknown color: approx Aths Special. HEX triplet: D5, CB and B6. RGB value is (213,203,182). Sum of RGB (Red+Green+Blue) = 213+203+182=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBB6 is #2A3449. Grayscale: #CBCBCB. Windows color (decimal): -2765898 or 11979733. OLE color: 11979733.

HSL color Cylindrical-coordinate representation of color #D5CBB6: hue angle of 40.65º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CBB6 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213203182-
CMYK00.050.150.16
HSL40.65º26.96%77.45%-
HSV(B)40.65º14.55%83.53%-
XYZ57.2460.2452.87-
YUV203.6115.81134.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.62%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=35.62%
G=33.95%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320318200.050.150.1640.6526.9677.45
HexD5CBB605F10291b4d
Octal3253132660517205133115
Binary1101010111001011101101100101111110000101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBB6; }

 p { color: rgb(213,203,182); }

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

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

 a { background-color: rgb(213,203,182); }

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

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

 span { border-color: rgb(213,203,182); }

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