#DCAEB0

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

Shades of Pale Chestnut #DCAEB0

Tints of Pale Chestnut #DCAEB0

Color information

#DCAEB0 (or 0xDCAEB0) is unknown color: approx Pale Chestnut. HEX triplet: DC, AE and B0. RGB value is (220,174,176). Sum of RGB (Red+Green+Blue) = 220+174+176=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEB0 is #23514F. Grayscale: #BCBCBC. Windows color (decimal): -2314576 or 11579100. OLE color: 11579100.

HSL color Cylindrical-coordinate representation of color #DCAEB0: hue angle of 357.39º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAEB0 is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220174176-
CMYK00.210.20.14
HSL357.39º39.66%77.25%-
HSV(B)357.39º20.91%86.27%-
XYZ52.4948.6247.69-
YUV187.98121.24150.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=38.60%
G=30.53%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017417600.210.20.14357.3939.6677.25
HexDCAEB001514E165284d
Octal334256260025241654550115
Binary1101110010101110101100000101011010011101011001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEB0; }

 p { color: rgb(220,174,176); }

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

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

 a { background-color: rgb(220,174,176); }

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

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

 span { border-color: rgb(220,174,176); }

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