#EBB3CA

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

Shades of Chantilly #EBB3CA

Tints of Chantilly #EBB3CA

Color information

#EBB3CA (or 0xEBB3CA) is unknown color: approx Chantilly. HEX triplet: EB, B3 and CA. RGB value is (235,179,202). Sum of RGB (Red+Green+Blue) = 235+179+202=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3CA is #144C35. Grayscale: #C6C6C6. Windows color (decimal): -1330230 or 13284331. OLE color: 13284331.

HSL color Cylindrical-coordinate representation of color #EBB3CA: hue angle of 335.36º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3CA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235179202-
CMYK00.240.140.08
HSL335.36º58.33%81.18%-
HSV(B)335.36º23.83%92.16%-
XYZ61.0454.1763.12-
YUV198.37130.05154.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=38.15%
G=29.06%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517920200.240.140.08335.3658.3381.18
HexEBB3CA018E814f3a51
Octal353263312030161051772121
Binary111010111011001111001010011000111010001010011111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3CA; }

 p { color: rgb(235,179,202); }

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

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

 a { background-color: rgb(235,179,202); }

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

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

 span { border-color: rgb(235,179,202); }

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