#EABBCF

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

Shades of Chantilly #EABBCF

Tints of Chantilly #EABBCF

Color information

#EABBCF (or 0xEABBCF) is unknown color: approx Chantilly. HEX triplet: EA, BB and CF. RGB value is (234,187,207). Sum of RGB (Red+Green+Blue) = 234+187+207=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBCF is #154430. Grayscale: #CBCBCB. Windows color (decimal): -1393713 or 13614058. OLE color: 13614058.

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

Color convert

RGB234187207-
CMYK00.200.120.08
HSL334.47º52.81%82.55%-
HSV(B)334.47º20.09%91.76%-
XYZ62.9657.5466.82-
YUV203.33130.07149.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=37.26%
G=29.78%
B=32.96%

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
Decimal23418720700.200.120.08334.4752.8182.55
HexEABBCF014C814e3553
Octal352273317024141051665123
Binary111010101011101111001111010100110010001010011101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBCF; }

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

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

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

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

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

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

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

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