#EEB1CA

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

Shades of Chantilly #EEB1CA

Tints of Chantilly #EEB1CA

Color information

#EEB1CA (or 0xEEB1CA) is unknown color: approx Chantilly. HEX triplet: EE, B1 and CA. RGB value is (238,177,202). Sum of RGB (Red+Green+Blue) = 238+177+202=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1CA is #114E35. Grayscale: #C6C6C6. Windows color (decimal): -1134134 or 13283822. OLE color: 13283822.

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

Color convert

RGB238177202-
CMYK00.260.150.07
HSL335.41º64.21%81.37%-
HSV(B)335.41º25.63%93.33%-
XYZ61.6453.8963.03-
YUV198.09130.21156.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=38.57%
G=28.69%
B=32.74%

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
Decimal23817720200.260.150.07335.4164.2181.37
HexEEB1CA01AF714f4051
Octal356261312032177517100121
Binary111011101011000111001010011010111111110100111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1CA; }

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

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

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

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

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

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

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

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