Html Css Color HEX #DE9DA2 Pale Chestnut

📋 copy color: '#DE9DA2'

red 222 ◦ green 157 ◦ blue 162

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

Shades of Pale Chestnut #DE9DA2

Tints of Pale Chestnut #DE9DA2

RGB

 RED value IS 222 (87.11% from 255) = 41.04%

 GREEN value IS 157 (61.72% from 255) = 29.02%

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

R = 41.04%
G = 29.02%
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

#DE9DA2 (or 0xDE9DA2) is known color: Pale Chestnut. HEX triplet: DE, 9D and A2. RGB value is (222,157,162). Sum of RGB (Red+Green+Blue) = 222+157+162=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DA2 is #21625D. Grayscale: #B1B1B1. Windows color (decimal): -2187870 or 10657246. OLE color: 10657246.

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

Color convert

RGB 222 157 162 -
CMYK 0 0.29 0.27 0.13
HSL 355.38º 0.5% 0.74% -
HSV(B) 355.38º 0.29% 0.87% -
XYZ 48.7 42.25 39.77 -
YUV 177.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 222 157 162 0 0.29 0.27 0.13 355.38 0.5 0.74
Hex DE 9D A2 0 1D 1B D 163 32 4A
Octal 336 235 242 0 35 33 15 543 62 112
Binary 11011110 10011101 10100010 0 11101 11011 1101 101100011 110010 1001010

Color Harmonies of #DE9DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9DA2

Black with #DE9DA2

Text Example


Text Example

White with #DE9DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9DA2; }

 p { color: rgb(222,157,162); }

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

background-color css

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

 a { background-color: rgb(222,157,162); }

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

border-color css

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

 span { border-color: rgb(222,157,162); }

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