Html Css Color HEX #DC9FA8 Pale Chestnut

📋 copy color: '#DC9FA8'

red 220 ◦ green 159 ◦ blue 168

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

Shades of Pale Chestnut #DC9FA8

Tints of Pale Chestnut #DC9FA8

RGB

 RED value IS 220 (86.33% from 255) = 40.22%

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 40.22%
G = 29.07%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC9FA8 (or 0xDC9FA8) is known color: Pale Chestnut. HEX triplet: DC, 9F and A8. RGB value is (220,159,168). Sum of RGB (Red+Green+Blue) = 220+159+168=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FA8 is #236057. Grayscale: #B2B2B2. Windows color (decimal): -2318424 or 11050972. OLE color: 11050972.

HSL color Cylindrical-coordinate representation of color #DC9FA8: hue angle of 351.15º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FA8 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 168 -
CMYK 0 0.28 0.24 0.14
HSL 351.15º 0.47% 0.74% -
HSV(B) 351.15º 0.28% 0.86% -
XYZ 48.98 42.84 42.73 -
YUV 178.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 220 159 168 0 0.28 0.24 0.14 351.15 0.47 0.74
Hex DC 9F A8 0 1C 18 E 15F 2F 4A
Octal 334 237 250 0 34 30 16 537 57 112
Binary 11011100 10011111 10101000 0 11100 11000 1110 101011111 101111 1001010

Color Harmonies of #DC9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FA8

Black with #DC9FA8

Text Example


Text Example

White with #DC9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FA8; }

 p { color: rgb(220,159,168); }

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

background-color css

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

 a { background-color: rgb(220,159,168); }

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

border-color css

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

 span { border-color: rgb(220,159,168); }

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