Html Css Color HEX #EAB9C5 Chantilly

📋 copy color: '#EAB9C5'

red 234 ◦ green 185 ◦ blue 197

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

Shades of Chantilly #EAB9C5

Tints of Chantilly #EAB9C5

RGB

 RED value IS 234 (91.8% from 255) = 37.99%

 GREEN value IS 185 (72.66% from 255) = 30.03%

 BLUE value IS 197 (77.34% from 255) = 31.98%

R = 37.99%
G = 30.03%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EAB9C5 (or 0xEAB9C5) is known color: Chantilly. HEX triplet: EA, B9 and C5. RGB value is (234,185,197). Sum of RGB (Red+Green+Blue) = 234+185+197=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9C5 is #15463A. Grayscale: #C9C9C9. Windows color (decimal): -1394235 or 12958186. OLE color: 12958186.

HSL color Cylindrical-coordinate representation of color #EAB9C5: hue angle of 345.31º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB9C5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 197 -
CMYK 0 0.21 0.16 0.08
HSL 345.31º 0.54% 0.82% -
HSV(B) 345.31º 0.21% 0.92% -
XYZ 61.36 56.22 60.44 -
YUV 201.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 234 185 197 0 0.21 0.16 0.08 345.31 0.54 0.82
Hex EA B9 C5 0 15 10 8 159 36 52
Octal 352 271 305 0 25 20 10 531 66 122
Binary 11101010 10111001 11000101 0 10101 10000 1000 101011001 110110 1010010

Color Harmonies of #EAB9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9C5

Black with #EAB9C5

Text Example


Text Example

White with #EAB9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9C5; }

 p { color: rgb(234,185,197); }

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

background-color css

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

 a { background-color: rgb(234,185,197); }

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

border-color css

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

 span { border-color: rgb(234,185,197); }

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