#EBBFCC

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

Shades of Chantilly #EBBFCC

Tints of Chantilly #EBBFCC

Color information

#EBBFCC (or 0xEBBFCC) is unknown color: approx Chantilly. HEX triplet: EB, BF and CC. RGB value is (235,191,204). Sum of RGB (Red+Green+Blue) = 235+191+204=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCC is #144033. Grayscale: #CDCDCD. Windows color (decimal): -1327156 or 13418475. OLE color: 13418475.

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

Color convert

RGB235191204-
CMYK00.190.130.08
HSL342.27º52.38%83.53%-
HSV(B)342.27º18.72%92.16%-
XYZ63.7959.2865.21-
YUV205.64127.08148.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=37.30%
G=30.32%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519120400.190.130.08342.2752.3883.53
HexEBBFCC013D81563454
Octal353277314023151052664124
Binary111010111011111111001100010011110110001010101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFCC; }

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

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

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

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

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

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

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

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