Html Css Color HEX #DD9EA2 Pale Chestnut

📋 copy color: '#DD9EA2'

red 221 ◦ green 158 ◦ blue 162

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

Shades of Pale Chestnut #DD9EA2

Tints of Pale Chestnut #DD9EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 40.85%
G = 29.21%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD9EA2 (or 0xDD9EA2) is known color: Pale Chestnut. HEX triplet: DD, 9E and A2. RGB value is (221,158,162). Sum of RGB (Red+Green+Blue) = 221+158+162=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EA2 is #22615D. Grayscale: #B1B1B1. Windows color (decimal): -2253150 or 10657501. OLE color: 10657501.

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

Color convert

RGB 221 158 162 -
CMYK 0 0.29 0.27 0.13
HSL 356.19º 0.48% 0.74% -
HSV(B) 356.19º 0.29% 0.87% -
XYZ 48.57 42.43 39.81 -
YUV 177.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 221 158 162 0 0.29 0.27 0.13 356.19 0.48 0.74
Hex DD 9E A2 0 1D 1B D 164 30 4A
Octal 335 236 242 0 35 33 15 544 60 112
Binary 11011101 10011110 10100010 0 11101 11011 1101 101100100 110000 1001010

Color Harmonies of #DD9EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EA2

Black with #DD9EA2

Text Example


Text Example

White with #DD9EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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