#EBBECB

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

Shades of Chantilly #EBBECB

Tints of Chantilly #EBBECB

Color information

#EBBECB (or 0xEBBECB) is unknown color: approx Chantilly. HEX triplet: EB, BE and CB. RGB value is (235,190,203). Sum of RGB (Red+Green+Blue) = 235+190+203=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBECB is #144134. Grayscale: #CCCCCC. Windows color (decimal): -1327413 or 13352683. OLE color: 13352683.

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

Color convert

RGB235190203-
CMYK00.190.140.08
HSL342.67º52.94%83.33%-
HSV(B)342.67º19.15%92.16%-
XYZ63.4558.864.51-
YUV204.94126.91149.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.42%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=37.42%
G=30.25%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519020300.190.140.08342.6752.9483.33
HexEBBECB013E81573553
Octal353276313023161052765123
Binary111010111011111011001011010011111010001010101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBECB; }

 p { color: rgb(235,190,203); }

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

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

 a { background-color: rgb(235,190,203); }

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

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

 span { border-color: rgb(235,190,203); }

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