Html Css Color HEX #D3AAAB Pale Chestnut

📋 copy color: '#D3AAAB'

red 211 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D3AAAB

Tints of Pale Chestnut #D3AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.8%

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 38.22%
G = 30.8%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D3AAAB (or 0xD3AAAB) is known color: Pale Chestnut. HEX triplet: D3, AA and AB. RGB value is (211,170,171). Sum of RGB (Red+Green+Blue) = 211+170+171=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAAB is #2C5554. Grayscale: #B6B6B6. Windows color (decimal): -2905429 or 11250387. OLE color: 11250387.

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

Color convert

RGB 211 170 171 -
CMYK 0 0.19 0.19 0.17
HSL 358.54º 0.32% 0.75% -
HSV(B) 358.54º 0.19% 0.83% -
XYZ 48.59 45.54 44.76 -
YUV 182.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 211 170 171 0 0.19 0.19 0.17 358.54 0.32 0.75
Hex D3 AA AB 0 13 13 11 167 20 4B
Octal 323 252 253 0 23 23 21 547 40 113
Binary 11010011 10101010 10101011 0 10011 10011 10001 101100111 100000 1001011

Color Harmonies of #D3AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AAAB

Black with #D3AAAB

Text Example


Text Example

White with #D3AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AAAB; }

 p { color: rgb(211,170,171); }

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

background-color css

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

 a { background-color: rgb(211,170,171); }

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

border-color css

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

 span { border-color: rgb(211,170,171); }

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