Html Css Color HEX #D3ADAF Pale Chestnut

📋 copy color: '#D3ADAF'

red 211 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #D3ADAF

Tints of Pale Chestnut #D3ADAF

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

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

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

R = 37.75%
G = 30.95%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D3ADAF (or 0xD3ADAF) is known color: Pale Chestnut. HEX triplet: D3, AD and AF. RGB value is (211,173,175). Sum of RGB (Red+Green+Blue) = 211+173+175=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ADAF is #2C5250. Grayscale: #B8B8B8. Windows color (decimal): -2904657 or 11513299. OLE color: 11513299.

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

Color convert

RGB 211 173 175 -
CMYK 0 0.18 0.17 0.17
HSL 356.84º 0.3% 0.75% -
HSV(B) 356.84º 0.18% 0.83% -
XYZ 49.55 46.83 46.99 -
YUV 184.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 211 173 175 0 0.18 0.17 0.17 356.84 0.3 0.75
Hex D3 AD AF 0 12 11 11 165 1E 4B
Octal 323 255 257 0 22 21 21 545 36 113
Binary 11010011 10101101 10101111 0 10010 10001 10001 101100101 11110 1001011

Color Harmonies of #D3ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADAF

Black with #D3ADAF

Text Example


Text Example

White with #D3ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADAF; }

 p { color: rgb(211,173,175); }

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

background-color css

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

 a { background-color: rgb(211,173,175); }

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

border-color css

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

 span { border-color: rgb(211,173,175); }

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