#EBBFCE

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

Shades of Chantilly #EBBFCE

Tints of Chantilly #EBBFCE

Color information

#EBBFCE (or 0xEBBFCE) is unknown color: approx Chantilly. HEX triplet: EB, BF and CE. RGB value is (235,191,206). Sum of RGB (Red+Green+Blue) = 235+191+206=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCE is #144031. Grayscale: #CDCDCD. Windows color (decimal): -1327154 or 13549547. OLE color: 13549547.

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

Color convert

RGB235191206-
CMYK00.190.120.08
HSL339.55º52.38%83.53%-
HSV(B)339.55º18.72%92.16%-
XYZ64.0359.3866.48-
YUV205.87128.08148.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=37.18%
G=30.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519120600.190.120.08339.5552.3883.53
HexEBBFCE013C81543454
Octal353277316023141052464124
Binary111010111011111111001110010011110010001010101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFCE; }

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

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

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

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

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

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

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

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