#EBBCC4

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

Shades of Chantilly #EBBCC4

Tints of Chantilly #EBBCC4

Color information

#EBBCC4 (or 0xEBBCC4) is unknown color: approx Chantilly. HEX triplet: EB, BC and C4. RGB value is (235,188,196). Sum of RGB (Red+Green+Blue) = 235+188+196=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCC4 is #14433B. Grayscale: #CACACA. Windows color (decimal): -1327932 or 12893419. OLE color: 12893419.

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

Color convert

RGB235188196-
CMYK00.20.170.08
HSL349.79º54.02%82.94%-
HSV(B)349.79º20%92.16%-
XYZ62.2157.6160.07-
YUV202.96124.07150.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=37.96%
G=30.37%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518819600.20.170.08349.7954.0282.94
HexEBBCC401411815e3653
Octal353274304024211053666123
Binary1110101110111100110001000101001000110001010111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCC4; }

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

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

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

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

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

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

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

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