Html Css Color HEX #D2AAAE Pale Chestnut

📋 copy color: '#D2AAAE'

red 210 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #D2AAAE

Tints of Pale Chestnut #D2AAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 37.91%
G = 30.69%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D2AAAE (or 0xD2AAAE) is known color: Pale Chestnut. HEX triplet: D2, AA and AE. RGB value is (210,170,174). Sum of RGB (Red+Green+Blue) = 210+170+174=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAAE is #2D5551. Grayscale: #B6B6B6. Windows color (decimal): -2970962 or 11446994. OLE color: 11446994.

HSL color Cylindrical-coordinate representation of color #D2AAAE: hue angle of 354º 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 #D2AAAE is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 170 174 -
CMYK 0 0.19 0.17 0.18
HSL 354º 0.31% 0.75% -
HSV(B) 354º 0.19% 0.82% -
XYZ 48.59 45.51 46.27 -
YUV 182.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 210 170 174 0 0.19 0.17 0.18 354 0.31 0.75
Hex D2 AA AE 0 13 11 12 162 1F 4B
Octal 322 252 256 0 23 21 22 542 37 113
Binary 11010010 10101010 10101110 0 10011 10001 10010 101100010 11111 1001011

Color Harmonies of #D2AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AAAE

Black with #D2AAAE

Text Example


Text Example

White with #D2AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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