Html Css Color HEX #D9ADB2 Pale Chestnut

📋 copy color: '#D9ADB2'

red 217 ◦ green 173 ◦ blue 178

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

Shades of Pale Chestnut #D9ADB2

Tints of Pale Chestnut #D9ADB2

RGB

 RED value IS 217 (85.16% from 255) = 38.2%

 GREEN value IS 173 (67.97% from 255) = 30.46%

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

R = 38.2%
G = 30.46%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9ADB2 (or 0xD9ADB2) is known color: Pale Chestnut. HEX triplet: D9, AD and B2. RGB value is (217,173,178). Sum of RGB (Red+Green+Blue) = 217+173+178=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADB2 is #26524D. Grayscale: #BABABA. Windows color (decimal): -2511438 or 11709913. OLE color: 11709913.

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

Color convert

RGB 217 173 178 -
CMYK 0 0.20 0.18 0.15
HSL 353.18º 0.37% 0.76% -
HSV(B) 353.18º 0.2% 0.85% -
XYZ 51.59 47.85 48.64 -
YUV 186.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 217 173 178 0 0.20 0.18 0.15 353.18 0.37 0.76
Hex D9 AD B2 0 14 12 F 161 25 4C
Octal 331 255 262 0 24 22 17 541 45 114
Binary 11011001 10101101 10110010 0 10100 10010 1111 101100001 100101 1001100

Color Harmonies of #D9ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADB2

Black with #D9ADB2

Text Example


Text Example

White with #D9ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADB2; }

 p { color: rgb(217,173,178); }

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

background-color css

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

 a { background-color: rgb(217,173,178); }

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

border-color css

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

 span { border-color: rgb(217,173,178); }

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