#EBB7CF

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

Shades of Chantilly #EBB7CF

Tints of Chantilly #EBB7CF

Color information

#EBB7CF (or 0xEBB7CF) is unknown color: approx Chantilly. HEX triplet: EB, B7 and CF. RGB value is (235,183,207). Sum of RGB (Red+Green+Blue) = 235+183+207=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7CF is #144830. Grayscale: #C9C9C9. Windows color (decimal): -1329201 or 13613035. OLE color: 13613035.

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

Color convert

RGB235183207-
CMYK00.220.120.08
HSL332.31º56.52%81.96%-
HSV(B)332.31º22.13%92.16%-
XYZ62.4656.0366.56-
YUV201.28131.23152.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=37.6%
G=29.28%
B=33.12%

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
Decimal23518320700.220.120.08332.3156.5281.96
HexEBB7CF016C814c3952
Octal353267317026141051471122
Binary111010111011011111001111010110110010001010011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7CF; }

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

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

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

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

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

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

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

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