#EEBFCE

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

Shades of Chantilly #EEBFCE

Tints of Chantilly #EEBFCE

Color information

#EEBFCE (or 0xEEBFCE) is unknown color: approx Chantilly. HEX triplet: EE, BF and CE. RGB value is (238,191,206). Sum of RGB (Red+Green+Blue) = 238+191+206=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCE is #114031. Grayscale: #CECECE. Windows color (decimal): -1130546 or 13549550. OLE color: 13549550.

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

Color convert

RGB238191206-
CMYK00.200.130.07
HSL340.85º58.02%84.12%-
HSV(B)340.85º19.75%93.33%-
XYZ65.0359.8966.53-
YUV206.76127.57150.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=37.48%
G=30.08%
B=32.44%

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
Decimal23819120600.200.130.07340.8558.0284.12
HexEEBFCE014D71553a54
Octal35627731602415752572124
Binary11101110101111111100111001010011011111010101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFCE; }

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

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

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

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

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

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

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

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