#EEB3CB

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

Shades of Chantilly #EEB3CB

Tints of Chantilly #EEB3CB

Color information

#EEB3CB (or 0xEEB3CB) is unknown color: approx Chantilly. HEX triplet: EE, B3 and CB. RGB value is (238,179,203). Sum of RGB (Red+Green+Blue) = 238+179+203=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3CB is #114C34. Grayscale: #C7C7C7. Windows color (decimal): -1133621 or 13349870. OLE color: 13349870.

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

Color convert

RGB238179203-
CMYK00.250.150.07
HSL335.59º63.44%81.76%-
HSV(B)335.59º24.79%93.33%-
XYZ62.1654.7363.79-
YUV199.38130.05155.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=38.39%
G=28.87%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817920300.250.150.07335.5963.4481.76
HexEEB3CB019F71503f52
Octal35626331303117752077122
Binary11101110101100111100101101100111111111010100001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3CB; }

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

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

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

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

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

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

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

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