#DDCEAA

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

Shades of Aths Special #DDCEAA

Tints of Aths Special #DDCEAA

Color information

#DDCEAA (or 0xDDCEAA) is unknown color: approx Aths Special. HEX triplet: DD, CE and AA. RGB value is (221,206,170). Sum of RGB (Red+Green+Blue) = 221+206+170=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAA is #223155. Grayscale: #CECECE. Windows color (decimal): -2240854 or 11194077. OLE color: 11194077.

HSL color Cylindrical-coordinate representation of color #DDCEAA: hue angle of 42.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCEAA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221206170-
CMYK00.070.230.13
HSL42.35º42.86%76.67%-
HSV(B)42.35º23.08%86.67%-
XYZ59.1562.4246.96-
YUV206.38107.47138.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=37.02%
G=34.51%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120617000.070.230.1342.3542.8676.67
HexDDCEAA0717D2a2b4d
Octal3353162520727155253115
Binary11011101110011101010101001111011111011010101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEAA; }

 p { color: rgb(221,206,170); }

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

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

 a { background-color: rgb(221,206,170); }

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

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

 span { border-color: rgb(221,206,170); }

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