#EABCCF

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

Shades of Chantilly #EABCCF

Tints of Chantilly #EABCCF

Color information

#EABCCF (or 0xEABCCF) is unknown color: approx Chantilly. HEX triplet: EA, BC and CF. RGB value is (234,188,207). Sum of RGB (Red+Green+Blue) = 234+188+207=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCCF is #154330. Grayscale: #CBCBCB. Windows color (decimal): -1393457 or 13614314. OLE color: 13614314.

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

Color convert

RGB234188207-
CMYK00.200.120.08
HSL335.22º52.27%82.75%-
HSV(B)335.22º19.66%91.76%-
XYZ63.1857.9666.89-
YUV203.92129.74149.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=37.20%
G=29.89%
B=32.91%

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
Decimal23418820700.200.120.08335.2252.2782.75
HexEABCCF014C814f3453
Octal352274317024141051764123
Binary111010101011110011001111010100110010001010011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCCF; }

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

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

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

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

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

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

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

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