#EBB8CA

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

Shades of Chantilly #EBB8CA

Tints of Chantilly #EBB8CA

Color information

#EBB8CA (or 0xEBB8CA) is unknown color: approx Chantilly. HEX triplet: EB, B8 and CA. RGB value is (235,184,202). Sum of RGB (Red+Green+Blue) = 235+184+202=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8CA is #144735. Grayscale: #C9C9C9. Windows color (decimal): -1328950 or 13285611. OLE color: 13285611.

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

Color convert

RGB235184202-
CMYK00.220.140.08
HSL338.82º56.04%82.16%-
HSV(B)338.82º21.7%92.16%-
XYZ62.0656.2163.46-
YUV201.3128.4152.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 184 (72.27% from 255) = 29.63%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=37.84%
G=29.63%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518420200.220.140.08338.8256.0482.16
HexEBB8CA016E81533852
Octal353270312026161052370122
Binary111010111011100011001010010110111010001010100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8CA; }

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

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

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

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

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

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

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

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