Html Css Color HEX #D2AAAB Pale Chestnut

📋 copy color: '#D2AAAB'

red 210 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D2AAAB

Tints of Pale Chestnut #D2AAAB

RGB

 RED value IS 210 (82.42% from 255) = 38.11%

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

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

R = 38.11%
G = 30.85%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D2AAAB (or 0xD2AAAB) is known color: Pale Chestnut. HEX triplet: D2, AA and AB. RGB value is (210,170,171). Sum of RGB (Red+Green+Blue) = 210+170+171=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAAB is #2D5554. Grayscale: #B6B6B6. Windows color (decimal): -2970965 or 11250386. OLE color: 11250386.

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

Color convert

RGB 210 170 171 -
CMYK 0 0.19 0.19 0.18
HSL 358.5º 0.31% 0.75% -
HSV(B) 358.5º 0.19% 0.82% -
XYZ 48.3 45.39 44.74 -
YUV 182.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 210 170 171 0 0.19 0.19 0.18 358.5 0.31 0.75
Hex D2 AA AB 0 13 13 12 166 1F 4B
Octal 322 252 253 0 23 23 22 546 37 113
Binary 11010010 10101010 10101011 0 10011 10011 10010 101100110 11111 1001011

Color Harmonies of #D2AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AAAB

Black with #D2AAAB

Text Example


Text Example

White with #D2AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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