#EBB6CD

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

Shades of Chantilly #EBB6CD

Tints of Chantilly #EBB6CD

Color information

#EBB6CD (or 0xEBB6CD) is unknown color: approx Chantilly. HEX triplet: EB, B6 and CD. RGB value is (235,182,205). Sum of RGB (Red+Green+Blue) = 235+182+205=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6CD is #144932. Grayscale: #C8C8C8. Windows color (decimal): -1329459 or 13481707. OLE color: 13481707.

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

Color convert

RGB235182205-
CMYK00.230.130.08
HSL333.96º56.99%81.76%-
HSV(B)333.96º22.55%92.16%-
XYZ62.0155.5365.21-
YUV200.47130.56152.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=37.78%
G=29.26%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518220500.230.130.08333.9656.9981.76
HexEBB6CD017D814e3952
Octal353266315027151051671122
Binary111010111011011011001101010111110110001010011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6CD; }

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

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

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

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

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

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

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

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