#EEC2CB

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

Shades of Chantilly #EEC2CB

Tints of Chantilly #EEC2CB

Color information

#EEC2CB (or 0xEEC2CB) is unknown color: approx Chantilly. HEX triplet: EE, C2 and CB. RGB value is (238,194,203). Sum of RGB (Red+Green+Blue) = 238+194+203=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2CB is #113D34. Grayscale: #D0D0D0. Windows color (decimal): -1129781 or 13353710. OLE color: 13353710.

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

Color convert

RGB238194203-
CMYK00.180.150.07
HSL347.73º56.41%84.71%-
HSV(B)347.73º18.49%93.33%-
XYZ65.3361.0764.84-
YUV208.18125.08149.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=37.48%
G=30.55%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819420300.180.150.07347.7356.4184.71
HexEEC2CB012F715c3855
Octal35630231302217753470125
Binary11101110110000101100101101001011111111010111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2CB; }

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

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

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

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

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

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

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

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