#EBBBC3

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

Shades of Chantilly #EBBBC3

Tints of Chantilly #EBBBC3

Color information

#EBBBC3 (or 0xEBBBC3) is unknown color: approx Chantilly. HEX triplet: EB, BB and C3. RGB value is (235,187,195). Sum of RGB (Red+Green+Blue) = 235+187+195=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC3 is #14443C. Grayscale: #CACACA. Windows color (decimal): -1328189 or 12827627. OLE color: 12827627.

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

Color convert

RGB235187195-
CMYK00.200.170.08
HSL350º54.55%82.75%-
HSV(B)350º20.43%92.16%-
XYZ61.8857.1459.4-
YUV202.26123.9151.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 195 (76.56% from 255) = 31.60%
R=38.09%
G=30.31%
B=31.60%

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
Decimal23518719500.200.170.0835054.5582.75
HexEBBBC301411815e3753
Octal353273303024211053667123
Binary1110101110111011110000110101001000110001010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBC3; }

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

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

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

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

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

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

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

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