Html Css Color HEX #DEAEAF Pale Chestnut

📋 copy color: '#DEAEAF'

red 222 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #DEAEAF

Tints of Pale Chestnut #DEAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 38.88%
G = 30.47%
B = 30.65%

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

#DEAEAF (or 0xDEAEAF) is known color: Pale Chestnut. HEX triplet: DE, AE and AF. RGB value is (222,174,175). Sum of RGB (Red+Green+Blue) = 222+174+175=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEAF is #215150. Grayscale: #BCBCBC. Windows color (decimal): -2183505 or 11513566. OLE color: 11513566.

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

Color convert

RGB 222 174 175 -
CMYK 0 0.22 0.21 0.13
HSL 358.75º 0.42% 0.78% -
HSV(B) 358.75º 0.22% 0.87% -
XYZ 53 48.9 47.2 -
YUV 188.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 222 174 175 0 0.22 0.21 0.13 358.75 0.42 0.78
Hex DE AE AF 0 16 15 D 167 2A 4E
Octal 336 256 257 0 26 25 15 547 52 116
Binary 11011110 10101110 10101111 0 10110 10101 1101 101100111 101010 1001110

Color Harmonies of #DEAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAEAF

Black with #DEAEAF

Text Example


Text Example

White with #DEAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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