Html Css Color HEX #D8AEAF Pale Chestnut

📋 copy color: '#D8AEAF'

red 216 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #D8AEAF

Tints of Pale Chestnut #D8AEAF

RGB

 RED value IS 216 (84.77% from 255) = 38.23%

 GREEN value IS 174 (68.36% from 255) = 30.8%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 38.23%
G = 30.8%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8AEAF (or 0xD8AEAF) is known color: Pale Chestnut. HEX triplet: D8, AE and AF. RGB value is (216,174,175). Sum of RGB (Red+Green+Blue) = 216+174+175=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEAF is #275150. Grayscale: #BABABA. Windows color (decimal): -2576721 or 11513560. OLE color: 11513560.

HSL color Cylindrical-coordinate representation of color #D8AEAF: hue angle of 358.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AEAF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 175 -
CMYK 0 0.19 0.19 0.15
HSL 358.57º 0.35% 0.76% -
HSV(B) 358.57º 0.19% 0.85% -
XYZ 51.19 47.97 47.12 -
YUV 186.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 216 174 175 0 0.19 0.19 0.15 358.57 0.35 0.76
Hex D8 AE AF 0 13 13 F 167 23 4C
Octal 330 256 257 0 23 23 17 547 43 114
Binary 11011000 10101110 10101111 0 10011 10011 1111 101100111 100011 1001100

Color Harmonies of #D8AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEAF

Black with #D8AEAF

Text Example


Text Example

White with #D8AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEAF; }

 p { color: rgb(216,174,175); }

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

background-color css

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

 a { background-color: rgb(216,174,175); }

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

border-color css

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

 span { border-color: rgb(216,174,175); }

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