#EAB6CF

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

Shades of Chantilly #EAB6CF

Tints of Chantilly #EAB6CF

Color information

#EAB6CF (or 0xEAB6CF) is unknown color: approx Chantilly. HEX triplet: EA, B6 and CF. RGB value is (234,182,207). Sum of RGB (Red+Green+Blue) = 234+182+207=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6CF is #154930. Grayscale: #C8C8C8. Windows color (decimal): -1394993 or 13612778. OLE color: 13612778.

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

Color convert

RGB234182207-
CMYK00.220.120.08
HSL331.15º55.32%81.57%-
HSV(B)331.15º22.22%91.76%-
XYZ61.9255.4566.47-
YUV200.4131.73151.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=37.56%
G=29.21%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418220700.220.120.08331.1555.3281.57
HexEAB6CF016C814b3752
Octal352266317026141051367122
Binary111010101011011011001111010110110010001010010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6CF; }

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

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

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

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

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

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

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

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