Html Css Color HEX #DDAEB2 Pale Chestnut

📋 copy color: '#DDAEB2'

red 221 ◦ green 174 ◦ blue 178

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

Shades of Pale Chestnut #DDAEB2

Tints of Pale Chestnut #DDAEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.37%

 BLUE value IS 178 (69.92% from 255) = 31.06%

R = 38.57%
G = 30.37%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDAEB2 (or 0xDDAEB2) is known color: Pale Chestnut. HEX triplet: DD, AE and B2. RGB value is (221,174,178). Sum of RGB (Red+Green+Blue) = 221+174+178=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEB2 is #22514D. Grayscale: #BCBCBC. Windows color (decimal): -2249038 or 11710173. OLE color: 11710173.

HSL color Cylindrical-coordinate representation of color #DDAEB2: hue angle of 354.89º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEB2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 174 178 -
CMYK 0 0.21 0.19 0.13
HSL 354.89º 0.41% 0.77% -
HSV(B) 354.89º 0.21% 0.87% -
XYZ 52.99 48.86 48.76 -
YUV 188.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 221 174 178 0 0.21 0.19 0.13 354.89 0.41 0.77
Hex DD AE B2 0 15 13 D 163 29 4D
Octal 335 256 262 0 25 23 15 543 51 115
Binary 11011101 10101110 10110010 0 10101 10011 1101 101100011 101001 1001101

Color Harmonies of #DDAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAEB2

Black with #DDAEB2

Text Example


Text Example

White with #DDAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAEB2; }

 p { color: rgb(221,174,178); }

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

background-color css

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

 a { background-color: rgb(221,174,178); }

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

border-color css

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

 span { border-color: rgb(221,174,178); }

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