#DCADB0

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

Shades of Pale Chestnut #DCADB0

Tints of Pale Chestnut #DCADB0

Color information

#DCADB0 (or 0xDCADB0) is unknown color: approx Pale Chestnut. HEX triplet: DC, AD and B0. RGB value is (220,173,176). Sum of RGB (Red+Green+Blue) = 220+173+176=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADB0 is #23524F. Grayscale: #BBBBBB. Windows color (decimal): -2314832 or 11578844. OLE color: 11578844.

HSL color Cylindrical-coordinate representation of color #DCADB0: hue angle of 356.17º 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 #DCADB0 is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220173176-
CMYK00.210.20.14
HSL356.17º40.17%77.06%-
HSV(B)356.17º21.36%86.27%-
XYZ52.348.2447.63-
YUV187.4121.57151.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=38.66%
G=30.40%
B=30.93%

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
Decimal22017317600.210.20.14356.1740.1777.06
HexDCADB001514E164284d
Octal334255260025241654450115
Binary1101110010101101101100000101011010011101011001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADB0; }

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

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

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

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

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

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

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

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