#DDADAE

Color #DDADAE Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DDADAE

Tints of Pale Chestnut #DDADAE

Color information

#DDADAE (or 0xDDADAE) is unknown color: approx Pale Chestnut. HEX triplet: DD, AD and AE. RGB value is (221,173,174). Sum of RGB (Red+Green+Blue) = 221+173+174=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDADAE is #225251. Grayscale: #BBBBBB. Windows color (decimal): -2249298 or 11447773. OLE color: 11447773.

HSL color Cylindrical-coordinate representation of color #DDADAE: hue angle of 358.75º degrees, saturation: 0.41, 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 #DDADAE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221173174-
CMYK00.220.210.13
HSL358.75º41.38%77.25%-
HSV(B)358.75º21.72%86.67%-
XYZ52.448.3246.61-
YUV187.47120.4151.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=38.91%
G=30.46%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117317400.220.210.13358.7541.3877.25
HexDDADAE01615D167294d
Octal335255256026251554751115
Binary1101110110101101101011100101101010111011011001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADAE; }

 p { color: rgb(221,173,174); }

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

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

 a { background-color: rgb(221,173,174); }

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

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

 span { border-color: rgb(221,173,174); }

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