Html Css Color HEX #EAB6C4 Chantilly

📋 copy color: '#EAB6C4'

red 234 ◦ green 182 ◦ blue 196

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

Shades of Chantilly #EAB6C4

Tints of Chantilly #EAB6C4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.74%

 BLUE value IS 196 (76.95% from 255) = 32.03%

R = 38.24%
G = 29.74%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EAB6C4 (or 0xEAB6C4) is known color: Chantilly. HEX triplet: EA, B6 and C4. RGB value is (234,182,196). Sum of RGB (Red+Green+Blue) = 234+182+196=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6C4 is #15493B. Grayscale: #C7C7C7. Windows color (decimal): -1395004 or 12891882. OLE color: 12891882.

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

Color convert

RGB 234 182 196 -
CMYK 0 0.22 0.16 0.08
HSL 343.85º 0.55% 0.82% -
HSV(B) 343.85º 0.22% 0.92% -
XYZ 60.62 54.93 59.63 -
YUV 199.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 234 182 196 0 0.22 0.16 0.08 343.85 0.55 0.82
Hex EA B6 C4 0 16 10 8 158 37 52
Octal 352 266 304 0 26 20 10 530 67 122
Binary 11101010 10110110 11000100 0 10110 10000 1000 101011000 110111 1010010

Color Harmonies of #EAB6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6C4

Black with #EAB6C4

Text Example


Text Example

White with #EAB6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6C4; }

 p { color: rgb(234,182,196); }

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

background-color css

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

 a { background-color: rgb(234,182,196); }

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

border-color css

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

 span { border-color: rgb(234,182,196); }

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