Html Css Color HEX #EBAEAF Pale Chestnut

📋 copy color: '#EBAEAF'

red 235 ◦ green 174 ◦ blue 175

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

Shades of Pale Chestnut #EBAEAF

Tints of Pale Chestnut #EBAEAF

RGB

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

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

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

R = 40.24%
G = 29.79%
B = 29.97%

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

#EBAEAF (or 0xEBAEAF) is known color: Pale Chestnut. HEX triplet: EB, AE and AF. RGB value is (235,174,175). Sum of RGB (Red+Green+Blue) = 235+174+175=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEAF is #145150. Grayscale: #C0C0C0. Windows color (decimal): -1331537 or 11513579. OLE color: 11513579.

HSL color Cylindrical-coordinate representation of color #EBAEAF: hue angle of 359.02º degrees, saturation: 0.6, 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 #EBAEAF is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 175 -
CMYK 0 0.26 0.26 0.08
HSL 359.02º 0.6% 0.8% -
HSV(B) 359.02º 0.26% 0.92% -
XYZ 57.13 51.03 47.4 -
YUV 192.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 235 174 175 0 0.26 0.26 0.08 359.02 0.6 0.8
Hex EB AE AF 0 1A 1A 8 167 3C 50
Octal 353 256 257 0 32 32 10 547 74 120
Binary 11101011 10101110 10101111 0 11010 11010 1000 101100111 111100 1010000

Color Harmonies of #EBAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEAF

Black with #EBAEAF

Text Example


Text Example

White with #EBAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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