Html Css Color HEX #DD9EA4 Pale Chestnut

📋 copy color: '#DD9EA4'

red 221 ◦ green 158 ◦ blue 164

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

Shades of Pale Chestnut #DD9EA4

Tints of Pale Chestnut #DD9EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.2%

R = 40.7%
G = 29.1%
B = 30.2%

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

#DD9EA4 (or 0xDD9EA4) is known color: Pale Chestnut. HEX triplet: DD, 9E and A4. RGB value is (221,158,164). Sum of RGB (Red+Green+Blue) = 221+158+164=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9EA4 is #22615B. Grayscale: #B1B1B1. Windows color (decimal): -2253148 or 10788573. OLE color: 10788573.

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

Color convert

RGB 221 158 164 -
CMYK 0 0.29 0.26 0.13
HSL 354.29º 0.48% 0.74% -
HSV(B) 354.29º 0.29% 0.87% -
XYZ 48.75 42.51 40.76 -
YUV 177.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 221 158 164 0 0.29 0.26 0.13 354.29 0.48 0.74
Hex DD 9E A4 0 1D 1A D 162 30 4A
Octal 335 236 244 0 35 32 15 542 60 112
Binary 11011101 10011110 10100100 0 11101 11010 1101 101100010 110000 1001010

Color Harmonies of #DD9EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EA4

Black with #DD9EA4

Text Example


Text Example

White with #DD9EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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