Html Css Color HEX #DD9EA0 Pale Chestnut

📋 copy color: '#DD9EA0'

red 221 ◦ green 158 ◦ blue 160

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

Shades of Pale Chestnut #DD9EA0

Tints of Pale Chestnut #DD9EA0

RGB

 RED value IS 221 (86.72% from 255) = 41%

 GREEN value IS 158 (62.11% from 255) = 29.31%

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 41%
G = 29.31%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD9EA0 (or 0xDD9EA0) is known color: Pale Chestnut. HEX triplet: DD, 9E and A0. RGB value is (221,158,160). Sum of RGB (Red+Green+Blue) = 221+158+160=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EA0 is #22615F. Grayscale: #B1B1B1. Windows color (decimal): -2253152 or 10526429. OLE color: 10526429.

HSL color Cylindrical-coordinate representation of color #DD9EA0: hue angle of 358.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9EA0 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 160 -
CMYK 0 0.29 0.28 0.13
HSL 358.1º 0.48% 0.74% -
HSV(B) 358.1º 0.29% 0.87% -
XYZ 48.39 42.36 38.88 -
YUV 177.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 221 158 160 0 0.29 0.28 0.13 358.1 0.48 0.74
Hex DD 9E A0 0 1D 1C D 166 30 4A
Octal 335 236 240 0 35 34 15 546 60 112
Binary 11011101 10011110 10100000 0 11101 11100 1101 101100110 110000 1001010

Color Harmonies of #DD9EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EA0

Black with #DD9EA0

Text Example


Text Example

White with #DD9EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EA0; }

 p { color: rgb(221,158,160); }

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

background-color css

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

 a { background-color: rgb(221,158,160); }

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

border-color css

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

 span { border-color: rgb(221,158,160); }

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