#EBB8CF

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

Shades of Chantilly #EBB8CF

Tints of Chantilly #EBB8CF

Color information

#EBB8CF (or 0xEBB8CF) is unknown color: approx Chantilly. HEX triplet: EB, B8 and CF. RGB value is (235,184,207). Sum of RGB (Red+Green+Blue) = 235+184+207=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8CF is #144730. Grayscale: #C9C9C9. Windows color (decimal): -1328945 or 13613291. OLE color: 13613291.

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

Color convert

RGB235184207-
CMYK00.220.120.08
HSL332.94º56.04%82.16%-
HSV(B)332.94º21.7%92.16%-
XYZ62.6656.4566.62-
YUV201.87130.9151.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 184 (72.27% from 255) = 29.39%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=37.54%
G=29.39%
B=33.07%

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
Decimal23518420700.220.120.08332.9456.0482.16
HexEBB8CF016C814d3852
Octal353270317026141051570122
Binary111010111011100011001111010110110010001010011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8CF; }

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

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

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

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

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

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

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

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