#D7CEAE

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

Shades of Aths Special #D7CEAE

Tints of Aths Special #D7CEAE

Color information

#D7CEAE (or 0xD7CEAE) is unknown color: approx Aths Special. HEX triplet: D7, CE and AE. RGB value is (215,206,174). Sum of RGB (Red+Green+Blue) = 215+206+174=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CEAE is #283151. Grayscale: #CDCDCD. Windows color (decimal): -2634066 or 11456215. OLE color: 11456215.

HSL color Cylindrical-coordinate representation of color #D7CEAE: hue angle of 46.83º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7CEAE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215206174-
CMYK00.040.190.16
HSL46.83º33.88%76.27%-
HSV(B)46.83º19.07%84.31%-
XYZ57.7461.6548.9-
YUV205.04110.48135.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=36.13%
G=34.62%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520617400.040.190.1646.8333.8876.27
HexD7CEAE0413102f224c
Octal3273162560423205742114
Binary110101111100111010101110010010011100001011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEAE; }

 p { color: rgb(215,206,174); }

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

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

 a { background-color: rgb(215,206,174); }

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

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

 span { border-color: rgb(215,206,174); }

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