#DDCEAB

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

Shades of Aths Special #DDCEAB

Tints of Aths Special #DDCEAB

Color information

#DDCEAB (or 0xDDCEAB) is unknown color: approx Aths Special. HEX triplet: DD, CE and AB. RGB value is (221,206,171). Sum of RGB (Red+Green+Blue) = 221+206+171=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAB is #223154. Grayscale: #CECECE. Windows color (decimal): -2240853 or 11259613. OLE color: 11259613.

HSL color Cylindrical-coordinate representation of color #DDCEAB: hue angle of 42º degrees, saturation: 0.42, 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 #DDCEAB is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221206171-
CMYK00.070.230.13
HSL42º42.37%76.86%-
HSV(B)42º22.62%86.67%-
XYZ59.2462.4647.46-
YUV206.49107.97138.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=36.96%
G=34.45%
B=28.60%

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
Decimal22120617100.070.230.134242.3776.86
HexDDCEAB0717D2a2a4d
Octal3353162530727155252115
Binary11011101110011101010101101111011111011010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCEAB; }

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

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

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

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

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

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

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

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