#EEBFC8

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

Shades of Chantilly #EEBFC8

Tints of Chantilly #EEBFC8

Color information

#EEBFC8 (or 0xEEBFC8) is unknown color: approx Chantilly. HEX triplet: EE, BF and C8. RGB value is (238,191,200). Sum of RGB (Red+Green+Blue) = 238+191+200=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC8 is #114037. Grayscale: #CECECE. Windows color (decimal): -1130552 or 13156334. OLE color: 13156334.

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

Color convert

RGB238191200-
CMYK00.200.160.07
HSL348.51º58.02%84.12%-
HSV(B)348.51º19.75%93.33%-
XYZ64.3259.6162.76-
YUV206.08124.57150.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=37.84%
G=30.37%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819120000.200.160.07348.5158.0284.12
HexEEBFC801410715d3a54
Octal35627731002420753572124
Binary111011101011111111001000010100100001111010111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFC8; }

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

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

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

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

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

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

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

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