#D5ADB1

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

Shades of Pale Chestnut #D5ADB1

Tints of Pale Chestnut #D5ADB1

Color information

#D5ADB1 (or 0xD5ADB1) is unknown color: approx Pale Chestnut. HEX triplet: D5, AD and B1. RGB value is (213,173,177). Sum of RGB (Red+Green+Blue) = 213+173+177=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADB1 is #2A524E. Grayscale: #B9B9B9. Windows color (decimal): -2773583 or 11644373. OLE color: 11644373.

HSL color Cylindrical-coordinate representation of color #D5ADB1: hue angle of 354º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADB1 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213173177-
CMYK00.190.170.16
HSL354º32.26%75.69%-
HSV(B)354º18.78%83.53%-
XYZ50.3247.2148.05-
YUV185.42123.25147.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=37.83%
G=30.73%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317317700.190.170.1635432.2675.69
HexD5ADB10131110162204c
Octal325255261023212054240114
Binary11010101101011011011000101001110001100001011000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADB1; }

 p { color: rgb(213,173,177); }

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

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

 a { background-color: rgb(213,173,177); }

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

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

 span { border-color: rgb(213,173,177); }

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