#EBB7CE

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

Shades of Chantilly #EBB7CE

Tints of Chantilly #EBB7CE

Color information

#EBB7CE (or 0xEBB7CE) is unknown color: approx Chantilly. HEX triplet: EB, B7 and CE. RGB value is (235,183,206). Sum of RGB (Red+Green+Blue) = 235+183+206=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7CE is #144831. Grayscale: #C9C9C9. Windows color (decimal): -1329202 or 13547499. OLE color: 13547499.

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

Color convert

RGB235183206-
CMYK00.220.120.08
HSL333.46º56.52%81.96%-
HSV(B)333.46º22.13%92.16%-
XYZ62.3455.9965.91-
YUV201.17130.73152.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=37.66%
G=29.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518320600.220.120.08333.4656.5281.96
HexEBB7CE016C814d3952
Octal353267316026141051571122
Binary111010111011011111001110010110110010001010011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7CE; }

 p { color: rgb(235,183,206); }

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

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

 a { background-color: rgb(235,183,206); }

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

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

 span { border-color: rgb(235,183,206); }

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