#EBB6CA

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

Shades of Chantilly #EBB6CA

Tints of Chantilly #EBB6CA

Color information

#EBB6CA (or 0xEBB6CA) is unknown color: approx Chantilly. HEX triplet: EB, B6 and CA. RGB value is (235,182,202). Sum of RGB (Red+Green+Blue) = 235+182+202=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6CA is #144935. Grayscale: #C8C8C8. Windows color (decimal): -1329462 or 13285099. OLE color: 13285099.

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

Color convert

RGB235182202-
CMYK00.230.140.08
HSL337.36º56.99%81.76%-
HSV(B)337.36º22.55%92.16%-
XYZ61.6555.3863.32-
YUV200.13129.06152.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=37.96%
G=29.40%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518220200.230.140.08337.3656.9981.76
HexEBB6CA017E81513952
Octal353266312027161052171122
Binary111010111011011011001010010111111010001010100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6CA; }

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

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

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

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

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

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

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

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