#EEB3CC

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

Shades of Chantilly #EEB3CC

Tints of Chantilly #EEB3CC

Color information

#EEB3CC (or 0xEEB3CC) is unknown color: approx Chantilly. HEX triplet: EE, B3 and CC. RGB value is (238,179,204). Sum of RGB (Red+Green+Blue) = 238+179+204=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3CC is #114C33. Grayscale: #C7C7C7. Windows color (decimal): -1133620 or 13415406. OLE color: 13415406.

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

Color convert

RGB238179204-
CMYK00.250.140.07
HSL334.58º63.44%81.76%-
HSV(B)334.58º24.79%93.33%-
XYZ62.2854.7864.42-
YUV199.49130.55155.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=38.33%
G=28.82%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817920400.250.140.07334.5863.4481.76
HexEEB3CC019E714f3f52
Octal35626331403116751777122
Binary11101110101100111100110001100111101111010011111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3CC; }

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

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

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

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

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

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

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

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