#EABCCE

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

Shades of Chantilly #EABCCE

Tints of Chantilly #EABCCE

Color information

#EABCCE (or 0xEABCCE) is unknown color: approx Chantilly. HEX triplet: EA, BC and CE. RGB value is (234,188,206). Sum of RGB (Red+Green+Blue) = 234+188+206=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCE is #154331. Grayscale: #CBCBCB. Windows color (decimal): -1393458 or 13548778. OLE color: 13548778.

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

Color convert

RGB234188206-
CMYK00.200.120.08
HSL336.52º52.27%82.75%-
HSV(B)336.52º19.66%91.76%-
XYZ63.0657.9266.25-
YUV203.81129.24149.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=37.26%
G=29.94%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418820600.200.120.08336.5252.2782.75
HexEABCCE014C81513453
Octal352274316024141052164123
Binary111010101011110011001110010100110010001010100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCCE; }

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

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

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

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

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

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

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

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