#EEC0CE

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

Shades of Chantilly #EEC0CE

Tints of Chantilly #EEC0CE

Color information

#EEC0CE (or 0xEEC0CE) is unknown color: approx Chantilly. HEX triplet: EE, C0 and CE. RGB value is (238,192,206). Sum of RGB (Red+Green+Blue) = 238+192+206=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0CE is #113F31. Grayscale: #CFCFCF. Windows color (decimal): -1130290 or 13549806. OLE color: 13549806.

HSL color Cylindrical-coordinate representation of color #EEC0CE: hue angle of 341.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC0CE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238192206-
CMYK00.190.130.07
HSL341.74º57.5%84.31%-
HSV(B)341.74º19.33%93.33%-
XYZ65.2560.3366.6-
YUV207.35127.24149.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=37.42%
G=30.19%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819220600.190.130.07341.7457.584.31
HexEEC0CE013D71563a54
Octal35630031602315752672124
Binary11101110110000001100111001001111011111010101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0CE; }

 p { color: rgb(238,192,206); }

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

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

 a { background-color: rgb(238,192,206); }

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

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

 span { border-color: rgb(238,192,206); }

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