#EEB1CB

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

Shades of Chantilly #EEB1CB

Tints of Chantilly #EEB1CB

Color information

#EEB1CB (or 0xEEB1CB) is unknown color: approx Chantilly. HEX triplet: EE, B1 and CB. RGB value is (238,177,203). Sum of RGB (Red+Green+Blue) = 238+177+203=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1CB is #114E34. Grayscale: #C6C6C6. Windows color (decimal): -1134133 or 13349358. OLE color: 13349358.

HSL color Cylindrical-coordinate representation of color #EEB1CB: hue angle of 334.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1CB is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238177203-
CMYK00.260.150.07
HSL334.43º64.21%81.37%-
HSV(B)334.43º25.63%93.33%-
XYZ61.7653.9363.65-
YUV198.2130.71156.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=38.51%
G=28.64%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817720300.260.150.07334.4364.2181.37
HexEEB1CB01AF714e4051
Octal356261313032177516100121
Binary111011101011000111001011011010111111110100111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1CB; }

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

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

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

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

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

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

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

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