#EBBDC8

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

Shades of Chantilly #EBBDC8

Tints of Chantilly #EBBDC8

Color information

#EBBDC8 (or 0xEBBDC8) is unknown color: approx Chantilly. HEX triplet: EB, BD and C8. RGB value is (235,189,200). Sum of RGB (Red+Green+Blue) = 235+189+200=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC8 is #144237. Grayscale: #CCCCCC. Windows color (decimal): -1327672 or 13155819. OLE color: 13155819.

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

Color convert

RGB235189200-
CMYK00.200.150.08
HSL345.65º53.49%83.14%-
HSV(B)345.65º19.57%92.16%-
XYZ62.8858.2362.57-
YUV204.01125.74150.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=37.66%
G=30.29%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518920000.200.150.08345.6553.4983.14
HexEBBDC8014F815a3553
Octal353275310024171053265123
Binary111010111011110111001000010100111110001010110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDC8; }

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

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

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

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

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

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

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

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