#D9CEAD

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

Shades of Aths Special #D9CEAD

Tints of Aths Special #D9CEAD

Color information

#D9CEAD (or 0xD9CEAD) is unknown color: approx Aths Special. HEX triplet: D9, CE and AD. RGB value is (217,206,173). Sum of RGB (Red+Green+Blue) = 217+206+173=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CEAD is #263152. Grayscale: #CDCDCD. Windows color (decimal): -2502995 or 11390681. OLE color: 11390681.

HSL color Cylindrical-coordinate representation of color #D9CEAD: hue angle of 45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9CEAD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217206173-
CMYK00.050.200.15
HSL45º36.67%76.47%-
HSV(B)45º20.28%85.1%-
XYZ58.2361.9148.42-
YUV205.53109.64136.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=36.41%
G=34.56%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720617300.050.200.154536.6776.47
HexD9CEAD0514F2d254c
Octal3313162550524175545114
Binary11011001110011101010110101011010011111011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEAD; }

 p { color: rgb(217,206,173); }

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

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

 a { background-color: rgb(217,206,173); }

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

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

 span { border-color: rgb(217,206,173); }

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