Html Css Color HEX #DEADAF Pale Chestnut

📋 copy color: '#DEADAF'

red 222 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #DEADAF

Tints of Pale Chestnut #DEADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.35%

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

R = 38.95%
G = 30.35%
B = 30.7%

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

#DEADAF (or 0xDEADAF) is known color: Pale Chestnut. HEX triplet: DE, AD and AF. RGB value is (222,173,175). Sum of RGB (Red+Green+Blue) = 222+173+175=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEADAF is #215250. Grayscale: #BBBBBB. Windows color (decimal): -2183761 or 11513310. OLE color: 11513310.

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

Color convert

RGB 222 173 175 -
CMYK 0 0.22 0.21 0.13
HSL 357.55º 0.43% 0.77% -
HSV(B) 357.55º 0.22% 0.87% -
XYZ 52.81 48.51 47.14 -
YUV 187.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 222 173 175 0 0.22 0.21 0.13 357.55 0.43 0.77
Hex DE AD AF 0 16 15 D 166 2B 4D
Octal 336 255 257 0 26 25 15 546 53 115
Binary 11011110 10101101 10101111 0 10110 10101 1101 101100110 101011 1001101

Color Harmonies of #DEADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEADAF

Black with #DEADAF

Text Example


Text Example

White with #DEADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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