#EBBAD0

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

Shades of Chantilly #EBBAD0

Tints of Chantilly #EBBAD0

Color information

#EBBAD0 (or 0xEBBAD0) is unknown color: approx Chantilly. HEX triplet: EB, BA and D0. RGB value is (235,186,208). Sum of RGB (Red+Green+Blue) = 235+186+208=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAD0 is #14452F. Grayscale: #CBCBCB. Windows color (decimal): -1328432 or 13679339. OLE color: 13679339.

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

Color convert

RGB235186208-
CMYK00.210.110.08
HSL333.06º55.06%82.55%-
HSV(B)333.06º20.85%92.16%-
XYZ63.2157.3367.41-
YUV203.16130.73150.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=37.36%
G=29.57%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518620800.210.110.08333.0655.0682.55
HexEBBAD0015B814d3753
Octal353272320025131051567123
Binary111010111011101011010000010101101110001010011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAD0; }

 p { color: rgb(235,186,208); }

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

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

 a { background-color: rgb(235,186,208); }

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

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

 span { border-color: rgb(235,186,208); }

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