Html Css Color HEX #D3ADB0 Pale Chestnut

📋 copy color: '#D3ADB0'

red 211 ◦ green 173 ◦ blue 176

#D3ADB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #D3ADB0

Tints of Pale Chestnut #D3ADB0

RGB

 RED value IS 211 (82.81% from 255) = 37.68%

 GREEN value IS 173 (67.97% from 255) = 30.89%

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 37.68%
G = 30.89%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D3ADB0 (or 0xD3ADB0) is known color: Pale Chestnut. HEX triplet: D3, AD and B0. RGB value is (211,173,176). Sum of RGB (Red+Green+Blue) = 211+173+176=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ADB0 is #2C524F. Grayscale: #B8B8B8. Windows color (decimal): -2904656 or 11578835. OLE color: 11578835.

HSL color Cylindrical-coordinate representation of color #D3ADB0: hue angle of 355.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADB0 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 176 -
CMYK 0 0.18 0.17 0.17
HSL 355.26º 0.3% 0.75% -
HSV(B) 355.26º 0.18% 0.83% -
XYZ 49.64 46.87 47.5 -
YUV 184.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 211 173 176 0 0.18 0.17 0.17 355.26 0.3 0.75
Hex D3 AD B0 0 12 11 11 163 1E 4B
Octal 323 255 260 0 22 21 21 543 36 113
Binary 11010011 10101101 10110000 0 10010 10001 10001 101100011 11110 1001011

Color Harmonies of #D3ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADB0

Black with #D3ADB0

Text Example


Text Example

White with #D3ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADB0; }

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

 H1.HeaderClassName
 {
   color: #D3ADB0;
 }
 .AnyTagClassName
 {
   color: #D3ADB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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