#D7CEAC

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

Shades of Aths Special #D7CEAC

Tints of Aths Special #D7CEAC

Color information

#D7CEAC (or 0xD7CEAC) is unknown color: approx Aths Special. HEX triplet: D7, CE and AC. RGB value is (215,206,172). Sum of RGB (Red+Green+Blue) = 215+206+172=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CEAC is #283153. Grayscale: #CCCCCC. Windows color (decimal): -2634068 or 11325143. OLE color: 11325143.

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

Color convert

RGB215206172-
CMYK00.040.20.16
HSL47.44º34.96%75.88%-
HSV(B)47.44º20%84.31%-
XYZ57.5461.5747.88-
YUV204.82109.48135.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=36.26%
G=34.74%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520617200.040.20.1647.4434.9675.88
HexD7CEAC0414102f234c
Octal3273162540424205743114
Binary110101111100111010101100010010100100001011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEAC; }

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

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

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

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

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

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

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

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