Html Css Color HEX #D6ADAF Pale Chestnut

📋 copy color: '#D6ADAF'

red 214 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #D6ADAF

Tints of Pale Chestnut #D6ADAF

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

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

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

R = 38.08%
G = 30.78%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6ADAF (or 0xD6ADAF) is known color: Pale Chestnut. HEX triplet: D6, AD and AF. RGB value is (214,173,175). Sum of RGB (Red+Green+Blue) = 214+173+175=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADAF is #295250. Grayscale: #B9B9B9. Windows color (decimal): -2708049 or 11513302. OLE color: 11513302.

HSL color Cylindrical-coordinate representation of color #D6ADAF: hue angle of 357.07º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADAF is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 175 -
CMYK 0 0.19 0.18 0.16
HSL 357.07º 0.33% 0.76% -
HSV(B) 357.07º 0.19% 0.84% -
XYZ 50.41 47.28 47.03 -
YUV 185.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 214 173 175 0 0.19 0.18 0.16 357.07 0.33 0.76
Hex D6 AD AF 0 13 12 10 165 21 4C
Octal 326 255 257 0 23 22 20 545 41 114
Binary 11010110 10101101 10101111 0 10011 10010 10000 101100101 100001 1001100

Color Harmonies of #D6ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADAF

Black with #D6ADAF

Text Example


Text Example

White with #D6ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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