Html Css Color HEX #EAB0C7 Chantilly

📋 copy color: '#EAB0C7'

red 234 ◦ green 176 ◦ blue 199

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

Shades of Chantilly #EAB0C7

Tints of Chantilly #EAB0C7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.9%

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

R = 38.42%
G = 28.9%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EAB0C7 (or 0xEAB0C7) is known color: Chantilly. HEX triplet: EA, B0 and C7. RGB value is (234,176,199). Sum of RGB (Red+Green+Blue) = 234+176+199=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0C7 is #154F38. Grayscale: #C3C3C3. Windows color (decimal): -1396537 or 13086954. OLE color: 13086954.

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

Color convert

RGB 234 176 199 -
CMYK 0 0.25 0.15 0.08
HSL 336.21º 0.58% 0.8% -
HSV(B) 336.21º 0.25% 0.92% -
XYZ 59.77 52.67 61.05 -
YUV 195.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 234 176 199 0 0.25 0.15 0.08 336.21 0.58 0.8
Hex EA B0 C7 0 19 F 8 150 3A 50
Octal 352 260 307 0 31 17 10 520 72 120
Binary 11101010 10110000 11000111 0 11001 1111 1000 101010000 111010 1010000

Color Harmonies of #EAB0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0C7

Black with #EAB0C7

Text Example


Text Example

White with #EAB0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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