#EBBDC4

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

Shades of Chantilly #EBBDC4

Tints of Chantilly #EBBDC4

Color information

#EBBDC4 (or 0xEBBDC4) is unknown color: approx Chantilly. HEX triplet: EB, BD and C4. RGB value is (235,189,196). Sum of RGB (Red+Green+Blue) = 235+189+196=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC4 is #14423B. Grayscale: #CBCBCB. Windows color (decimal): -1327676 or 12893675. OLE color: 12893675.

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

Color convert

RGB235189196-
CMYK00.200.170.08
HSL350.87º53.49%83.14%-
HSV(B)350.87º19.57%92.16%-
XYZ62.4258.0460.14-
YUV203.55123.74150.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=37.90%
G=30.48%
B=31.61%

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
Decimal23518919600.200.170.08350.8753.4983.14
HexEBBDC401411815f3553
Octal353275304024211053765123
Binary1110101110111101110001000101001000110001010111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC4; }

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

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

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

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

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

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

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

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