#EEBFCC

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

Shades of Chantilly #EEBFCC

Tints of Chantilly #EEBFCC

Color information

#EEBFCC (or 0xEEBFCC) is unknown color: approx Chantilly. HEX triplet: EE, BF and CC. RGB value is (238,191,204). Sum of RGB (Red+Green+Blue) = 238+191+204=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCC is #114033. Grayscale: #CECECE. Windows color (decimal): -1130548 or 13418478. OLE color: 13418478.

HSL color Cylindrical-coordinate representation of color #EEBFCC: hue angle of 343.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFCC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238191204-
CMYK00.200.140.07
HSL343.4º58.02%84.12%-
HSV(B)343.4º19.75%93.33%-
XYZ64.7959.865.25-
YUV206.54126.57150.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=37.60%
G=30.17%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819120400.200.140.07343.458.0284.12
HexEEBFCC014E71573a54
Octal35627731402416752772124
Binary11101110101111111100110001010011101111010101111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFCC; }

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

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

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

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

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

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

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

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