#EEBFCF

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

Shades of Chantilly #EEBFCF

Tints of Chantilly #EEBFCF

Color information

#EEBFCF (or 0xEEBFCF) is unknown color: approx Chantilly. HEX triplet: EE, BF and CF. RGB value is (238,191,207). Sum of RGB (Red+Green+Blue) = 238+191+207=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCF is #114030. Grayscale: #CECECE. Windows color (decimal): -1130545 or 13615086. OLE color: 13615086.

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

Color convert

RGB238191207-
CMYK00.200.130.07
HSL339.57º58.02%84.12%-
HSV(B)339.57º19.75%93.33%-
XYZ65.1559.9467.17-
YUV206.88128.07150.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 191 (75% from 255) = 30.03%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=37.42%
G=30.03%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819120700.200.130.07339.5758.0284.12
HexEEBFCF014D71543a54
Octal35627731702415752472124
Binary11101110101111111100111101010011011111010101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFCF; }

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

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

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

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

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

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

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

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