#EAB4CB

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

Shades of Chantilly #EAB4CB

Tints of Chantilly #EAB4CB

Color information

#EAB4CB (or 0xEAB4CB) is unknown color: approx Chantilly. HEX triplet: EA, B4 and CB. RGB value is (234,180,203). Sum of RGB (Red+Green+Blue) = 234+180+203=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4CB is #154B34. Grayscale: #C6C6C6. Windows color (decimal): -1395509 or 13350122. OLE color: 13350122.

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

Color convert

RGB234180203-
CMYK00.230.130.08
HSL334.44º56.25%81.18%-
HSV(B)334.44º23.08%91.76%-
XYZ61.0354.4563.79-
YUV198.77130.39153.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=37.93%
G=29.17%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418020300.230.130.08334.4456.2581.18
HexEAB4CB017D814e3851
Octal352264313027151051670121
Binary111010101011010011001011010111110110001010011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4CB; }

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

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

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

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

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

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

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

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