#EAAFCA

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

Shades of Chantilly #EAAFCA

Tints of Chantilly #EAAFCA

Color information

#EAAFCA (or 0xEAAFCA) is unknown color: approx Chantilly. HEX triplet: EA, AF and CA. RGB value is (234,175,202). Sum of RGB (Red+Green+Blue) = 234+175+202=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFCA is #155035. Grayscale: #C3C3C3. Windows color (decimal): -1396790 or 13283306. OLE color: 13283306.

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

Color convert

RGB234175202-
CMYK00.250.140.08
HSL332.54º58.42%80.2%-
HSV(B)332.54º25.21%91.76%-
XYZ59.9252.4262.84-
YUV195.72131.55155.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=38.30%
G=28.64%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417520200.250.140.08332.5458.4280.2
HexEAAFCA019E814d3a50
Octal352257312031161051572120
Binary111010101010111111001010011001111010001010011011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFCA; }

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

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

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

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

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

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

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

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