#EEBFCB

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

Shades of Chantilly #EEBFCB

Tints of Chantilly #EEBFCB

Color information

#EEBFCB (or 0xEEBFCB) is unknown color: approx Chantilly. HEX triplet: EE, BF and CB. RGB value is (238,191,203). Sum of RGB (Red+Green+Blue) = 238+191+203=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCB is #114034. Grayscale: #CECECE. Windows color (decimal): -1130549 or 13352942. OLE color: 13352942.

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

Color convert

RGB238191203-
CMYK00.200.150.07
HSL344.68º58.02%84.12%-
HSV(B)344.68º19.75%93.33%-
XYZ64.6759.7564.62-
YUV206.42126.07150.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=37.66%
G=30.22%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819120300.200.150.07344.6858.0284.12
HexEEBFCB014F71593a54
Octal35627731302417753172124
Binary11101110101111111100101101010011111111010110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFCB; }

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

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

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

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

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

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

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

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