Html Css Color HEX #EAB1C6 Chantilly

📋 copy color: '#EAB1C6'

red 234 ◦ green 177 ◦ blue 198

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

Shades of Chantilly #EAB1C6

Tints of Chantilly #EAB1C6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.06%

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 38.42%
G = 29.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EAB1C6 (or 0xEAB1C6) is known color: Chantilly. HEX triplet: EA, B1 and C6. RGB value is (234,177,198). Sum of RGB (Red+Green+Blue) = 234+177+198=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1C6 is #154E39. Grayscale: #C4C4C4. Windows color (decimal): -1396282 or 13021674. OLE color: 13021674.

HSL color Cylindrical-coordinate representation of color #EAB1C6: hue angle of 337.89º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1C6 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 198 -
CMYK 0 0.24 0.15 0.08
HSL 337.89º 0.58% 0.81% -
HSV(B) 337.89º 0.24% 0.92% -
XYZ 59.85 53.01 60.5 -
YUV 196.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 234 177 198 0 0.24 0.15 0.08 337.89 0.58 0.81
Hex EA B1 C6 0 18 F 8 152 3A 51
Octal 352 261 306 0 30 17 10 522 72 121
Binary 11101010 10110001 11000110 0 11000 1111 1000 101010010 111010 1010001

Color Harmonies of #EAB1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1C6

Black with #EAB1C6

Text Example


Text Example

White with #EAB1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1C6; }

 p { color: rgb(234,177,198); }

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

background-color css

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

 a { background-color: rgb(234,177,198); }

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

border-color css

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

 span { border-color: rgb(234,177,198); }

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