#EAAFBE

Color #EAAFBE Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #EAAFBE

Tints of Chantilly #EAAFBE

Color information

#EAAFBE (or 0xEAAFBE) is unknown color: approx Chantilly. HEX triplet: EA, AF and BE. RGB value is (234,175,190). Sum of RGB (Red+Green+Blue) = 234+175+190=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFBE is #155041. Grayscale: #C2C2C2. Windows color (decimal): -1396802 or 12496874. OLE color: 12496874.

HSL color Cylindrical-coordinate representation of color #EAAFBE: hue angle of 344.75º 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 #EAAFBE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234175190-
CMYK00.250.190.08
HSL344.75º58.42%80.2%-
HSV(B)344.75º25.21%91.76%-
XYZ58.5651.8755.64-
YUV194.35125.55156.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=39.07%
G=29.22%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417519000.250.190.08344.7558.4280.2
HexEAAFBE0191381593a50
Octal352257276031231053172120
Binary1110101010101111101111100110011001110001010110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFBE; }

 p { color: rgb(234,175,190); }

 H1.HeaderClassName
 {
   color: #EAAFBE;
 }
 .AnyTagClassName
 {
   color: #EAAFBE;
 }
</style>
background-color css

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

 a { background-color: rgb(234,175,190); }

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

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

 span { border-color: rgb(234,175,190); }

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