Html Css Color HEX #D8AEB2 Pale Chestnut

📋 copy color: '#D8AEB2'

red 216 ◦ green 174 ◦ blue 178

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

Shades of Pale Chestnut #D8AEB2

Tints of Pale Chestnut #D8AEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.34%

R = 38.03%
G = 30.63%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8AEB2 (or 0xD8AEB2) is known color: Pale Chestnut. HEX triplet: D8, AE and B2. RGB value is (216,174,178). Sum of RGB (Red+Green+Blue) = 216+174+178=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEB2 is #27514D. Grayscale: #BBBBBB. Windows color (decimal): -2576718 or 11710168. OLE color: 11710168.

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

Color convert

RGB 216 174 178 -
CMYK 0 0.19 0.18 0.15
HSL 354.29º 0.35% 0.76% -
HSV(B) 354.29º 0.19% 0.85% -
XYZ 51.49 48.09 48.69 -
YUV 187.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 216 174 178 0 0.19 0.18 0.15 354.29 0.35 0.76
Hex D8 AE B2 0 13 12 F 162 23 4C
Octal 330 256 262 0 23 22 17 542 43 114
Binary 11011000 10101110 10110010 0 10011 10010 1111 101100010 100011 1001100

Color Harmonies of #D8AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEB2

Black with #D8AEB2

Text Example


Text Example

White with #D8AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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