Html Css Color HEX #DEAEB0 Pale Chestnut

📋 copy color: '#DEAEB0'

red 222 ◦ green 174 ◦ blue 176

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

Shades of Pale Chestnut #DEAEB0

Tints of Pale Chestnut #DEAEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 38.81%
G = 30.42%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DEAEB0 (or 0xDEAEB0) is known color: Pale Chestnut. HEX triplet: DE, AE and B0. RGB value is (222,174,176). Sum of RGB (Red+Green+Blue) = 222+174+176=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEB0 is #21514F. Grayscale: #BCBCBC. Windows color (decimal): -2183504 or 11579102. OLE color: 11579102.

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

Color convert

RGB 222 174 176 -
CMYK 0 0.22 0.21 0.13
HSL 357.5º 0.42% 0.78% -
HSV(B) 357.5º 0.22% 0.87% -
XYZ 53.1 48.94 47.72 -
YUV 188.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 222 174 176 0 0.22 0.21 0.13 357.5 0.42 0.78
Hex DE AE B0 0 16 15 D 166 2A 4E
Octal 336 256 260 0 26 25 15 546 52 116
Binary 11011110 10101110 10110000 0 10110 10101 1101 101100110 101010 1001110

Color Harmonies of #DEAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEB0

Black with #DEAEB0

Text Example


Text Example

White with #DEAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEB0; }

 p { color: rgb(222,174,176); }

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

background-color css

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

 a { background-color: rgb(222,174,176); }

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

border-color css

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

 span { border-color: rgb(222,174,176); }

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