Html Css Color HEX #DEACAE Pale Chestnut

📋 copy color: '#DEACAE'

red 222 ◦ green 172 ◦ blue 174

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

Shades of Pale Chestnut #DEACAE

Tints of Pale Chestnut #DEACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 39.08%
G = 30.28%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DEACAE (or 0xDEACAE) is known color: Pale Chestnut. HEX triplet: DE, AC and AE. RGB value is (222,172,174). Sum of RGB (Red+Green+Blue) = 222+172+174=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEACAE is #215351. Grayscale: #BBBBBB. Windows color (decimal): -2184018 or 11447518. OLE color: 11447518.

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

Color convert

RGB 222 172 174 -
CMYK 0 0.23 0.22 0.13
HSL 357.6º 0.43% 0.77% -
HSV(B) 357.6º 0.23% 0.87% -
XYZ 52.52 48.09 46.56 -
YUV 187.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 222 172 174 0 0.23 0.22 0.13 357.6 0.43 0.77
Hex DE AC AE 0 17 16 D 166 2B 4D
Octal 336 254 256 0 27 26 15 546 53 115
Binary 11011110 10101100 10101110 0 10111 10110 1101 101100110 101011 1001101

Color Harmonies of #DEACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEACAE

Black with #DEACAE

Text Example


Text Example

White with #DEACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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