#EEC2CC

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

Shades of Chantilly #EEC2CC

Tints of Chantilly #EEC2CC

Color information

#EEC2CC (or 0xEEC2CC) is unknown color: approx Chantilly. HEX triplet: EE, C2 and CC. RGB value is (238,194,204). Sum of RGB (Red+Green+Blue) = 238+194+204=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2CC is #113D33. Grayscale: #D0D0D0. Windows color (decimal): -1129780 or 13419246. OLE color: 13419246.

HSL color Cylindrical-coordinate representation of color #EEC2CC: hue angle of 346.36º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2CC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238194204-
CMYK00.180.140.07
HSL346.36º56.41%84.71%-
HSV(B)346.36º18.49%93.33%-
XYZ65.4561.1265.47-
YUV208.3125.58149.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 194 (76.17% from 255) = 30.50%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=37.42%
G=30.50%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819420400.180.140.07346.3656.4184.71
HexEEC2CC012E715a3855
Octal35630231402216753270125
Binary11101110110000101100110001001011101111010110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2CC; }

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

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

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

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

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

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

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

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