#EABCCC

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

Shades of Chantilly #EABCCC

Tints of Chantilly #EABCCC

Color information

#EABCCC (or 0xEABCCC) is unknown color: approx Chantilly. HEX triplet: EA, BC and CC. RGB value is (234,188,204). Sum of RGB (Red+Green+Blue) = 234+188+204=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCC is #154333. Grayscale: #CBCBCB. Windows color (decimal): -1393460 or 13417706. OLE color: 13417706.

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

Color convert

RGB234188204-
CMYK00.200.130.08
HSL339.13º52.27%82.75%-
HSV(B)339.13º19.66%91.76%-
XYZ62.8157.8264.98-
YUV203.58128.24149.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=37.38%
G=30.03%
B=32.59%

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
Decimal23418820400.200.130.08339.1352.2782.75
HexEABCCC014D81533453
Octal352274314024151052364123
Binary111010101011110011001100010100110110001010100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCCC; }

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

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

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

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

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

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

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

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