#EBBFCB

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

Shades of Chantilly #EBBFCB

Tints of Chantilly #EBBFCB

Color information

#EBBFCB (or 0xEBBFCB) is unknown color: approx Chantilly. HEX triplet: EB, BF and CB. RGB value is (235,191,203). Sum of RGB (Red+Green+Blue) = 235+191+203=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCB is #144034. Grayscale: #CDCDCD. Windows color (decimal): -1327157 or 13352939. OLE color: 13352939.

HSL color Cylindrical-coordinate representation of color #EBBFCB: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFCB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235191203-
CMYK00.190.140.08
HSL343.64º52.38%83.53%-
HSV(B)343.64º18.72%92.16%-
XYZ63.6759.2464.58-
YUV205.52126.58149.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=37.36%
G=30.37%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519120300.190.140.08343.6452.3883.53
HexEBBFCB013E81583454
Octal353277313023161053064124
Binary111010111011111111001011010011111010001010110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFCB; }

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

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

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

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

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

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

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

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