#EEC0CA

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

Shades of Chantilly #EEC0CA

Tints of Chantilly #EEC0CA

Color information

#EEC0CA (or 0xEEC0CA) is unknown color: approx Chantilly. HEX triplet: EE, C0 and CA. RGB value is (238,192,202). Sum of RGB (Red+Green+Blue) = 238+192+202=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0CA is #113F35. Grayscale: #CECECE. Windows color (decimal): -1130294 or 13287662. OLE color: 13287662.

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

Color convert

RGB238192202-
CMYK00.190.150.07
HSL346.96º57.5%84.31%-
HSV(B)346.96º19.33%93.33%-
XYZ64.7760.1464.07-
YUV206.89125.24150.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 192 (75.39% from 255) = 30.38%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=37.66%
G=30.38%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819220200.190.150.07346.9657.584.31
HexEEC0CA013F715b3a54
Octal35630031202317753372124
Binary11101110110000001100101001001111111111010110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC0CA; }

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

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

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

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

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

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

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

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