#EBB9CD

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

Shades of Chantilly #EBB9CD

Tints of Chantilly #EBB9CD

Color information

#EBB9CD (or 0xEBB9CD) is unknown color: approx Chantilly. HEX triplet: EB, B9 and CD. RGB value is (235,185,205). Sum of RGB (Red+Green+Blue) = 235+185+205=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9CD is #144632. Grayscale: #CACACA. Windows color (decimal): -1328691 or 13482475. OLE color: 13482475.

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

Color convert

RGB235185205-
CMYK00.210.130.08
HSL336º55.56%82.35%-
HSV(B)336º21.28%92.16%-
XYZ62.6356.7765.41-
YUV202.23129.56151.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=37.6%
G=29.6%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518520500.210.130.0833655.5682.35
HexEBB9CD015D81503852
Octal353271315025151052070122
Binary111010111011100111001101010101110110001010100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9CD; }

 p { color: rgb(235,185,205); }

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

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

 a { background-color: rgb(235,185,205); }

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

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

 span { border-color: rgb(235,185,205); }

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