#DDCEAC

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

Shades of Aths Special #DDCEAC

Tints of Aths Special #DDCEAC

Color information

#DDCEAC (or 0xDDCEAC) is unknown color: approx Aths Special. HEX triplet: DD, CE and AC. RGB value is (221,206,172). Sum of RGB (Red+Green+Blue) = 221+206+172=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAC is #223153. Grayscale: #CECECE. Windows color (decimal): -2240852 or 11325149. OLE color: 11325149.

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

Color convert

RGB221206172-
CMYK00.070.220.13
HSL41.63º41.88%77.06%-
HSV(B)41.63º22.17%86.67%-
XYZ59.3462.4947.96-
YUV206.61108.47138.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=36.89%
G=34.39%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120617200.070.220.1341.6341.8877.06
HexDDCEAC0716D2a2a4d
Octal3353162540726155252115
Binary11011101110011101010110001111011011011010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEAC; }

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

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

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

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

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

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

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

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