#EABBCD

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

Shades of Chantilly #EABBCD

Tints of Chantilly #EABBCD

Color information

#EABBCD (or 0xEABBCD) is unknown color: approx Chantilly. HEX triplet: EA, BB and CD. RGB value is (234,187,205). Sum of RGB (Red+Green+Blue) = 234+187+205=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBCD is #154432. Grayscale: #CBCBCB. Windows color (decimal): -1393715 or 13482986. OLE color: 13482986.

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

Color convert

RGB234187205-
CMYK00.200.120.08
HSL337.02º52.81%82.55%-
HSV(B)337.02º20.09%91.76%-
XYZ62.7257.4465.54-
YUV203.1129.07150.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=37.38%
G=29.87%
B=32.75%

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
Decimal23418720500.200.120.08337.0252.8182.55
HexEABBCD014C81513553
Octal352273315024141052165123
Binary111010101011101111001101010100110010001010100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBCD; }

 p { color: rgb(234,187,205); }

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

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

 a { background-color: rgb(234,187,205); }

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

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

 span { border-color: rgb(234,187,205); }

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