Html Css Color HEX #EAB4C7 Chantilly

📋 copy color: '#EAB4C7'

red 234 ◦ green 180 ◦ blue 199

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

Shades of Chantilly #EAB4C7

Tints of Chantilly #EAB4C7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.36%

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 38.17%
G = 29.36%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EAB4C7 (or 0xEAB4C7) is known color: Chantilly. HEX triplet: EA, B4 and C7. RGB value is (234,180,199). Sum of RGB (Red+Green+Blue) = 234+180+199=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4C7 is #154B38. Grayscale: #C6C6C6. Windows color (decimal): -1395513 or 13087978. OLE color: 13087978.

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

Color convert

RGB 234 180 199 -
CMYK 0 0.23 0.15 0.08
HSL 338.89º 0.56% 0.81% -
HSV(B) 338.89º 0.23% 0.92% -
XYZ 60.56 54.26 61.31 -
YUV 198.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 234 180 199 0 0.23 0.15 0.08 338.89 0.56 0.81
Hex EA B4 C7 0 17 F 8 153 38 51
Octal 352 264 307 0 27 17 10 523 70 121
Binary 11101010 10110100 11000111 0 10111 1111 1000 101010011 111000 1010001

Color Harmonies of #EAB4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4C7

Black with #EAB4C7

Text Example


Text Example

White with #EAB4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4C7; }

 p { color: rgb(234,180,199); }

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

background-color css

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

 a { background-color: rgb(234,180,199); }

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

border-color css

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

 span { border-color: rgb(234,180,199); }

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