#EBBBC4

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

Shades of Chantilly #EBBBC4

Tints of Chantilly #EBBBC4

Color information

#EBBBC4 (or 0xEBBBC4) is unknown color: approx Chantilly. HEX triplet: EB, BB and C4. RGB value is (235,187,196). Sum of RGB (Red+Green+Blue) = 235+187+196=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC4 is #14443B. Grayscale: #CACACA. Windows color (decimal): -1328188 or 12893163. OLE color: 12893163.

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

Color convert

RGB235187196-
CMYK00.200.170.08
HSL348.75º54.55%82.75%-
HSV(B)348.75º20.43%92.16%-
XYZ6257.1960-
YUV202.38124.4151.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=38.03%
G=30.26%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518719600.200.170.08348.7554.5582.75
HexEBBBC401411815d3753
Octal353273304024211053567123
Binary1110101110111011110001000101001000110001010111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBC4; }

 p { color: rgb(235,187,196); }

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

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

 a { background-color: rgb(235,187,196); }

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

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

 span { border-color: rgb(235,187,196); }

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