#D8CEB6

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

Shades of Aths Special #D8CEB6

Tints of Aths Special #D8CEB6

Color information

#D8CEB6 (or 0xD8CEB6) is unknown color: approx Aths Special. HEX triplet: D8, CE and B6. RGB value is (216,206,182). Sum of RGB (Red+Green+Blue) = 216+206+182=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEB6 is #273149. Grayscale: #CECECE. Windows color (decimal): -2568522 or 11980504. OLE color: 11980504.

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

Color convert

RGB216206182-
CMYK00.050.160.15
HSL42.35º30.36%78.04%-
HSV(B)42.35º15.74%84.71%-
XYZ58.8362.1253.15-
YUV206.25114.31134.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=35.76%
G=34.11%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620618200.050.160.1542.3530.3678.04
HexD8CEB60510F2a1e4e
Octal3303162660520175236116
Binary1101100011001110101101100101100001111101010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEB6; }

 p { color: rgb(216,206,182); }

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

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

 a { background-color: rgb(216,206,182); }

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

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

 span { border-color: rgb(216,206,182); }

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