#EABCCB

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

Shades of Chantilly #EABCCB

Tints of Chantilly #EABCCB

Color information

#EABCCB (or 0xEABCCB) is unknown color: approx Chantilly. HEX triplet: EA, BC and CB. RGB value is (234,188,203). Sum of RGB (Red+Green+Blue) = 234+188+203=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCB is #154334. Grayscale: #CBCBCB. Windows color (decimal): -1393461 or 13352170. OLE color: 13352170.

HSL color Cylindrical-coordinate representation of color #EABCCB: hue angle of 340.43º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCCB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234188203-
CMYK00.200.130.08
HSL340.43º52.27%82.75%-
HSV(B)340.43º19.66%91.76%-
XYZ62.6957.7764.35-
YUV203.46127.74149.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=37.44%
G=30.08%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418820300.200.130.08340.4352.2782.75
HexEABCCB014D81543453
Octal352274313024151052464123
Binary111010101011110011001011010100110110001010101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCCB; }

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

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

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

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

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

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

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

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