Html Css Color HEX #EBADAF Pale Chestnut

📋 copy color: '#EBADAF'

red 235 ◦ green 173 ◦ blue 175

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

Shades of Pale Chestnut #EBADAF

Tints of Pale Chestnut #EBADAF

RGB

 RED value IS 235 (92.19% from 255) = 40.31%

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

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

R = 40.31%
G = 29.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBADAF (or 0xEBADAF) is known color: Pale Chestnut. HEX triplet: EB, AD and AF. RGB value is (235,173,175). Sum of RGB (Red+Green+Blue) = 235+173+175=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADAF is #145250. Grayscale: #BFBFBF. Windows color (decimal): -1331793 or 11513323. OLE color: 11513323.

HSL color Cylindrical-coordinate representation of color #EBADAF: hue angle of 358.06º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADAF is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 175 -
CMYK 0 0.26 0.26 0.08
HSL 358.06º 0.61% 0.8% -
HSV(B) 358.06º 0.26% 0.92% -
XYZ 56.94 50.64 47.33 -
YUV 191.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 235 173 175 0 0.26 0.26 0.08 358.06 0.61 0.8
Hex EB AD AF 0 1A 1A 8 166 3D 50
Octal 353 255 257 0 32 32 10 546 75 120
Binary 11101011 10101101 10101111 0 11010 11010 1000 101100110 111101 1010000

Color Harmonies of #EBADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADAF

Black with #EBADAF

Text Example


Text Example

White with #EBADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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