#EBBDCB

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

Shades of Chantilly #EBBDCB

Tints of Chantilly #EBBDCB

Color information

#EBBDCB (or 0xEBBDCB) is unknown color: approx Chantilly. HEX triplet: EB, BD and CB. RGB value is (235,189,203). Sum of RGB (Red+Green+Blue) = 235+189+203=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDCB is #144234. Grayscale: #CCCCCC. Windows color (decimal): -1327669 or 13352427. OLE color: 13352427.

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

Color convert

RGB235189203-
CMYK00.200.140.08
HSL341.74º53.49%83.14%-
HSV(B)341.74º19.57%92.16%-
XYZ63.2458.3764.43-
YUV204.35127.24149.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=37.48%
G=30.14%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518920300.200.140.08341.7453.4983.14
HexEBBDCB014E81563553
Octal353275313024161052665123
Binary111010111011110111001011010100111010001010101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDCB; }

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

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

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

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

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

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

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

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