#EBB5CE

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

Shades of Chantilly #EBB5CE

Tints of Chantilly #EBB5CE

Color information

#EBB5CE (or 0xEBB5CE) is unknown color: approx Chantilly. HEX triplet: EB, B5 and CE. RGB value is (235,181,206). Sum of RGB (Red+Green+Blue) = 235+181+206=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5CE is #144A31. Grayscale: #C7C7C7. Windows color (decimal): -1329714 or 13546987. OLE color: 13546987.

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

Color convert

RGB235181206-
CMYK00.230.120.08
HSL332.22º57.45%81.57%-
HSV(B)332.22º22.98%92.16%-
XYZ61.9355.1765.78-
YUV200131.39152.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 181 (71.09% from 255) = 29.10%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=37.78%
G=29.10%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518120600.230.120.08332.2257.4581.57
HexEBB5CE017C814c3952
Octal353265316027141051471122
Binary111010111011010111001110010111110010001010011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5CE; }

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

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

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

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

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

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

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

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