#D9CDAE

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

Shades of Aths Special #D9CDAE

Tints of Aths Special #D9CDAE

Color information

#D9CDAE (or 0xD9CDAE) is unknown color: approx Aths Special. HEX triplet: D9, CD and AE. RGB value is (217,205,174). Sum of RGB (Red+Green+Blue) = 217+205+174=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CDAE is #263251. Grayscale: #CDCDCD. Windows color (decimal): -2503250 or 11455961. OLE color: 11455961.

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

Color convert

RGB217205174-
CMYK00.060.200.15
HSL43.26º36.13%76.67%-
HSV(B)43.26º19.82%85.1%-
XYZ58.0961.4748.85-
YUV205.05110.48136.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=36.41%
G=34.40%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720517400.060.200.1543.2636.1376.67
HexD9CDAE0614F2b244d
Octal3313152560624175344115
Binary11011001110011011010111001101010011111010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDAE; }

 p { color: rgb(217,205,174); }

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

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

 a { background-color: rgb(217,205,174); }

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

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

 span { border-color: rgb(217,205,174); }

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