Html Css Color HEX #DD9EA3 Pale Chestnut

📋 copy color: '#DD9EA3'

red 221 ◦ green 158 ◦ blue 163

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

Shades of Pale Chestnut #DD9EA3

Tints of Pale Chestnut #DD9EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.07%

R = 40.77%
G = 29.15%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD9EA3 (or 0xDD9EA3) is known color: Pale Chestnut. HEX triplet: DD, 9E and A3. RGB value is (221,158,163). Sum of RGB (Red+Green+Blue) = 221+158+163=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EA3 is #22615C. Grayscale: #B1B1B1. Windows color (decimal): -2253149 or 10723037. OLE color: 10723037.

HSL color Cylindrical-coordinate representation of color #DD9EA3: hue angle of 355.24º 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 #DD9EA3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 163 -
CMYK 0 0.29 0.26 0.13
HSL 355.24º 0.48% 0.74% -
HSV(B) 355.24º 0.29% 0.87% -
XYZ 48.66 42.47 40.28 -
YUV 177.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 221 158 163 0 0.29 0.26 0.13 355.24 0.48 0.74
Hex DD 9E A3 0 1D 1A D 163 30 4A
Octal 335 236 243 0 35 32 15 543 60 112
Binary 11011101 10011110 10100011 0 11101 11010 1101 101100011 110000 1001010

Color Harmonies of #DD9EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EA3

Black with #DD9EA3

Text Example


Text Example

White with #DD9EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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