#EEC1CD

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

Shades of Chantilly #EEC1CD

Tints of Chantilly #EEC1CD

Color information

#EEC1CD (or 0xEEC1CD) is unknown color: approx Chantilly. HEX triplet: EE, C1 and CD. RGB value is (238,193,205). Sum of RGB (Red+Green+Blue) = 238+193+205=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1CD is #113E32. Grayscale: #CFCFCF. Windows color (decimal): -1130035 or 13484526. OLE color: 13484526.

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

Color convert

RGB238193205-
CMYK00.190.140.07
HSL344º56.96%84.51%-
HSV(B)344º18.91%93.33%-
XYZ65.3560.7266.03-
YUV207.82126.41149.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 193 (75.78% from 255) = 30.35%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=37.42%
G=30.35%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819320500.190.140.0734456.9684.51
HexEEC1CD013E71583955
Octal35630131502316753071125
Binary11101110110000011100110101001111101111010110001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC1CD; }

 p { color: rgb(238,193,205); }

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

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

 a { background-color: rgb(238,193,205); }

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

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

 span { border-color: rgb(238,193,205); }

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